rheolef  6.3
numeric_flags.h
Go to the documentation of this file.
1 #ifndef _RHEO_NUMERIC_FLAGS_H
2 #define _RHEO_NUMERIC_FLAGS_H
3 template <class T>
4 class numeric_flags {
5 public:
6 
7 
8  static bool output_as_double() { return false; }
9  static void output_as_double(bool) {}
10 };
11 #endif // _RHEO_NUMERIC_FLAGS_H
12