Trisurf Monte Carlo simulator
Samo Penic
2014-07-08 47a7aced121a6a5348b5e718f36146c6ac76f6ed
src/main.c
@@ -1,5 +1,6 @@
#include<stdio.h>
#include<math.h>
#include<stdlib.h>
#include "general.h"
#include "vertex.h"
#include "bond.h"
@@ -51,9 +52,12 @@
      vesicle->pressure=tape->pressure;
      vesicle->dmax=tape->dmax*tape->dmax;
      poly_assign_filament_xi(vesicle,tape);
        tape_free(vesicle->tape);
        free(vesicle->tape);
        vesicle->tape=tape;
      vesicle->clist->dmin_interspecies = tape->dmin_interspecies*tape->dmin_interspecies;
        /* spherical harmonics */
        if(tape->shc>0){
           vesicle->sphHarmonics=complex_sph_init(vesicle->vlist,tape->shc);