aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/operators.hh
blob: b65ff23cb0d6b5dc7eca4391db140fb696ef20ea (plain)
1
2
3
4
5
6
7
8
// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/operators.hh,v 1.2 2004/03/03 15:30:40 hawke Exp $

#ifndef OPERATORS_HH
#define OPERATORS_HH

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

#endif // OPERATORS_HH