Trisurf Monte Carlo simulator
Samo Penic
2022-05-04 06afc729f9061c1cfa14c78728d61d518324c2f0
src/tsmeasure.c
@@ -26,7 +26,7 @@
#include <snapshot.h>
#include<gsl/gsl_complex.h>
#include<gsl/gsl_complex_math.h>
#include "globals.h"
ts_vesicle *restoreVesicle(char *filename){
   ts_vesicle *vesicle = parseDump(filename);
@@ -78,14 +78,12 @@
                    ts_fprintf(stdout,"timestep: %u filename: %s\n",atoi(number),ent->d_name);
         printf("%u ",atoi(number));
         vesicle=restoreVesicle(ent->d_name);
//         vesicle_calculate_ulm2(vesicle);
         vesicle_calculate_ulm2(vesicle);
                       tstep++;
         //vesicle_free(vesicle);
                    free(number);
         tape_free(vesicle->tape);
         vesicle_free(vesicle);
               }
      free(ent);
      }
   for (n = 0; n < count; n++)
     {