Trisurf Monte Carlo simulator
mihaf
2014-03-10 d9cb01f2bbcaf704b11d7d8c926f2634c04db928
added assigning new values to restore from dump
1 files modified
6 ■■■■ changed files
src/main.c 6 ●●●● patch | view | raw | blame | history
src/main.c
@@ -39,10 +39,10 @@
        tape=parsetape("tape");
        vesicle=restore_state(&start_iteration);
        // nove vrednosti iz tapea...
/*    vesicle->bending_stiffness=tape->xk0;
        set_global_values(tape->xk0);
        vesicle->bending_rigidity=tape->xk0;
        vtx_set_global_values(vesicle);
        vesicle->pressure=tape->pressure;
*/
        if(command_line_args.reset_iteration_count) start_iteration=tape->inititer+1;
        else start_iteration++;