/* * put your initializations here */ #include "alg/cg_arg.h" CPS_START_NAMESPACE CgArg::CgArg() { Inverter = CG; true_rsd = 0.; }; CPS_END_NAMESPACE