commit | author | age | ||
7f6076 | 1 | /* vim: set ts=4 sts=4 sw=4 noet : */ |
d7639a | 2 | #ifndef _ENERGY_H |
SP | 3 | #define _ENERGY_H |
4 | ts_bool mean_curvature_and_energy(ts_vesicle *vesicle); | |
5 | inline ts_bool energy_vertex(ts_vertex *vtx); | |
fedf2b | 6 | inline ts_bool bond_energy(ts_bond *bond,ts_poly *poly); |
d7639a | 7 | #endif |