Translate most of load_state_point to C++

This commit is contained in:
Paul Romano 2019-02-05 23:39:22 -06:00
parent 102aa934ae
commit ab0b9eb0bc
8 changed files with 190 additions and 220 deletions

View file

@ -30,7 +30,6 @@ extern "C" void accumulate_tallies();
extern "C" void allocate_tally_results();
extern "C" void check_triggers();
extern "C" void init_tally_routines();
extern "C" void load_state_point();
extern "C" void setup_active_tallies();
extern "C" void simulation_init_f();
extern "C" void simulation_finalize_f();