From 073d280dc5a623a6810abbe384a07584fdc866be Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Fri, 24 Feb 2017 10:20:57 +0000 Subject: [PATCH] Added missing files --- src/tape | 2 +- config.guess | 1 + src/initial_distribution.c | 4 ++-- config.sub | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.guess b/config.guess new file mode 120000 index 0000000..e890c01 --- /dev/null +++ b/config.guess @@ -0,0 +1 @@ +/usr/share/automake-1.15/config.guess \ No newline at end of file diff --git a/config.sub b/config.sub new file mode 120000 index 0000000..bc67a89 --- /dev/null +++ b/config.sub @@ -0,0 +1 @@ +/usr/share/automake-1.15/config.sub \ No newline at end of file diff --git a/src/initial_distribution.c b/src/initial_distribution.c index 143d9d3..0274038 100644 --- a/src/initial_distribution.c +++ b/src/initial_distribution.c @@ -121,7 +121,7 @@ ts_bool initial_population_with_c0(ts_vesicle *vesicle, ts_tape *tape){ int rndvtx,i,j; if(tape->number_of_vertices_with_c0>0){ - ts_fprintf(stderr,"Setting values for spontaneous curvature as defined in tape\n"); +// ts_fprintf(stderr,"Setting values for spontaneous curvature as defined in tape\n"); j=0; for(i=0;i<tape->number_of_vertices_with_c0;i++){ rndvtx=rand() % vesicle->vlist->n; @@ -137,7 +137,7 @@ } mean_curvature_and_energy(vesicle); if(fabs(tape->w)>1e-16){ //if nonzero energy - ts_fprintf(stderr,"Setting attraction between vertices with spontaneous curvature\n"); +// ts_fprintf(stderr,"Setting attraction between vertices with spontaneous curvature\n"); sweep_attraction_bond_energy(vesicle); } } diff --git a/src/tape b/src/tape index f2edf02..48016a2 100644 --- a/src/tape +++ b/src/tape @@ -25,7 +25,7 @@ ####### Polymer (brush) definitions ########### # npoly is a number of polymers attached to npoly distinct vertices on vesicle -npoly=400 +npoly=0 # nmono is a number of monomers in each polymer nmono=10 # Spring constant between monomers of the polymer -- Gitblit v1.9.3