aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/operators.hh
blob: 3c0b76ec304648c87153830b6b8ceb8207ebd29a (plain)
1
2
3
4
5
6
7
8
// $Header:$

#ifndef OPERATORS_HH
#define OPERATORS_HH

enum operator_type { op_error, op_none, op_Lagrange, op_TVD, op_ENO };

#endif // OPERATORS_HH