Trisurf Monte Carlo simulator
Samo Penic
2012-06-07 f0d504db66bfb3a1d618fd207f05f15d48a2e32c
src/vesicle.h
@@ -1,7 +1,7 @@
#ifndef _VESICLE_H
#define _VESICLE_H
ts_vesicle *init_vesicle(ts_uint N, ts_uint ncmax1, ts_uint ncmax2, ts_uint ncmax3, ts_double stepsize);
ts_bool vesicle_translate(ts_vesicle *vesicle,ts_double x, ts_double y, ts_double z);
ts_bool vesicle_free(ts_vesicle *vesicle);