Trisurf Monte Carlo simulator
Samo Penic
2014-03-05 719c9febac2eaff9483fda487b57684afbb59bb2
commit | author | age
d7639a 1 trisurfdir=../
aec47d 2 trisurf_PROGRAMS = trisurf
8db569 3 trisurf_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c bondflip.c main.c poly.c
88f451 4 #trisurf_LDFLAGS = -lm -lconfuse
SP 5 shdiscoverdir=../
6 shdiscover_PROGRAMS= shdiscover
a2db52 7 shdiscover_SOURCES= general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c energy.c sh.c shdiscover.c poly.c
88f451 8 AM_CFLAGS = -Wall -Werror
5bb11d 9 co_testdir=../
SP 10 co_test_PROGRAMS=co_test
a2db52 11 co_test_SOURCES= general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c energy.c sh.c co_test.c frame.c bondflip.c poly.c
262607 12 spherical_trisurfdir=../
SP 13 spherical_trisurf_PROGRAMS = spherical_trisurf
a2db52 14 spherical_trisurf_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c spherical_trisurf.c sh.c bondflip.c poly.c
91c712 15 spherical_trisurf_ffdir=../
S 16 spherical_trisurf_ff_PROGRAMS = spherical_trisurf_ff
719c9f 17 <<<<<<< HEAD
23b0ed 18 spherical_trisurf_ff_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c spherical_trisurf_ff.c sh.c bondflip.c
8ed8fd 19 neigh_testdir=../
SP 20 neigh_test_PROGRAMS = neigh_test
21 neigh_test_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c bondflip.c neigh_test.c
22
719c9f 23 =======
a2db52 24 spherical_trisurf_ff_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c spherical_trisurf_ff.c sh.c bondflip.c poly.c
719c9f 25 >>>>>>> e9eab4fb2f72383a1a2adbe5f09f7bbd1fd45768