Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test_IO_utils.h
Go to the documentation of this file.
1 
13 #ifndef TEST_IO_UTILS_INCLUDED
14 #define TEST_IO_UTILS_INCLUDED
15 
16 #include "field_G.h"
17 
18 bool operator==(const Field_G& f, const Field_G& g);
19 
20 namespace Test_IO_GaugeConfig {
21  int check_conf(const Field_G *f, const Field_G *g);
22 }
23 #endif