Trisurf Monte Carlo simulator
Samo Penic
2019-02-08 4019ca8157136a68b6e43b31f166dc93acd81b4d
src/vesicle.h
@@ -1,3 +1,4 @@
/* vim: set ts=4 sts=4 sw=4 noet : */
#ifndef _VESICLE_H
#define _VESICLE_H
@@ -6,4 +7,5 @@
ts_bool vesicle_free(ts_vesicle *vesicle);
ts_bool vesicle_volume(ts_vesicle *vesicle);
ts_bool vesicle_area(ts_vesicle *vesicle);
ts_double vesicle_meancurvature(ts_vesicle *vesicle);
#endif