Trisurf Monte Carlo simulator
Samo Penic
2020-04-13 2a1e3d528265c3d366dab9ad4b0c4d3d65e1c4ed
src/initial_distribution.c
@@ -103,7 +103,8 @@
   vesicle->clist->ncmax[0]=tape->ncxmax;
   vesicle->clist->ncmax[1]=tape->ncymax;
   vesicle->clist->ncmax[2]=tape->nczmax;
   vesicle->clist->max_occupancy=16; /* hard coded max occupancy? */
//THIS IS NOW HARDCODED IN CELL.C
//   vesicle->clist->max_occupancy=16; /* hard coded max occupancy? */
   vesicle->pressure= tape->pressure;
   vesicle->pswitch=tape->pswitch;