45 #ifdef HAVE_MOOCHO_MA28
75 MA28Solver::ma28_common_blocks_);
81 : common_blocks_(default_common_blocks_), changed_(false)
88 : common_blocks_(s.common_blocks_), changed_(false)
93 if( (
this != curr_solver_ )|| ( (
this == curr_solver_) && changed_ ) )
94 ma28_common_blocks_ = common_blocks_;
104 common_blocks_ = ma28_common_blocks_;
108 #endif // HAVE_MOOCHO_MA28
static MA28Solver * curr_solver_
static MA28CommonBlockReferences ma28_common_blocks_
static MA30FD_struct & ma30fd_cb
void get_common_block_data()
void set_common_block_data()
static MC23BD_struct & mc23bd_cb
static MA30ID_struct & ma30id_cb
static MA30GD_struct & ma30gd_cb
static MA30ED_struct & ma30ed_cb
static MA28GD_struct & ma28gd_cb
static MA30HD_struct & ma30hd_cb
static MA28FD_struct & ma28fd_cb
static MA28CommonBlockStorage default_common_blocks_
static MA28ED_struct & ma28ed_cb
static MA28HD_struct & ma28hd_cb
MA28Solver()
Construct a solver object that is initialized with the default common block data variables.
MA28 Basic Encapsulation Class.