Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fopr_Smeared_eo.cpp
Go to the documentation of this file.
1 
14 #include "fopr_Smeared_eo.h"
15 
16 //====================================================================
18 {
19  const string str_vlevel = params.get_string("verbose_level");
20 
21  m_vl = vout.set_verbose_level(str_vlevel);
22 }
23 
24 
25 //====================================================================
27 {
28  int Nvol = CommonParameters::Nvol();
29  int Ndim = CommonParameters::Ndim();
30 
32 
33  int Nsmear = m_dr_smear->get_Nsmear();
34  Field *Uptr = m_dr_smear->getptr_smearedConfig(Nsmear);
35 
36  m_fopr_eo->set_config(Uptr);
37 }
38 
39 
40 //====================================================================
41 //============================================================END=====