src/timestep.c
@@ -62,7 +62,7 @@ centermass(vesicle); cell_occupation(vesicle); vesicle_volume(vesicle); //needed for constant volume at this moment vesicle_area(vesicle); //needed for constant area at this moment vesicle_area(vesicle); //needed for constant area and stretching energy at this moment if(V0<0.000001) V0=vesicle->volume; ts_fprintf(stdout,"Setting volume V0=%.17f\n",V0);