#ifndef OPERATORS_HH #define OPERATORS_HH enum operator_type { op_error, op_none, op_Lagrange, op_TVD, op_ENO }; #endif // OPERATORS_HH