Bridge++  Ver. 1.3.x
gaugeConfig_SF.h
Go to the documentation of this file.
1 
14 #ifndef GAUGECONFIG_SF_INCLUDED
15 #define GAUGECONFIG_SF_INCLUDED
16 
17 #include "gaugeConfig.h"
18 #include "index_lex.h"
19 
20 #include "bridgeIO.h"
21 using Bridge::vout;
22 
38 {
39  public:
40  static const std::string class_name;
41 
42  public:
43  GaugeConfig_SF(const string& type) : GaugeConfig(type) {}
44 
45  void set_cold_SF(Field *U, double *phi, double *phipr);
46 };
47 #endif
BridgeIO vout
Definition: bridgeIO.cpp:278
Container of Field-type object.
Definition: field.h:39
GaugeConfig_SF(const string &type)
void set_cold_SF(Field *U, double *phi, double *phipr)
GaugeConfig class for file I/O of gauge configuration.
Definition: gaugeConfig.h:61
static const std::string class_name