#ifndef REFLUXING_HH #define REFLUXING_HH #include #include namespace Refluxing { using namespace std; // List of variable to which refluxing should be applied extern vector refluxing_vars; } // namespace Refluxing #endif // #ifndef REFLUXING_HH