From 2dcc6527d04a921aaeed132f57dfc543cd32dbff Mon Sep 17 00:00:00 2001 From: mihaf <miha.fosnaric@gmail.com> Date: Mon, 10 Mar 2014 16:18:32 +0000 Subject: [PATCH] Just some comments and tape parsing. --- src/main.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main.c b/src/main.c index 25dc047..54f8aff 100644 --- a/src/main.c +++ b/src/main.c @@ -39,10 +39,11 @@ 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; -*/ + vesicle->dmax=tape->dmax*tape->dmax; + if(command_line_args.reset_iteration_count) start_iteration=tape->inititer+1; else start_iteration++; -- Gitblit v1.9.3