dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
step in rewritting
Samo Penic
2013-11-30
b5ba7b3c7142aa7a2d58d9554048e6317ebd3616
[trisurf-ng.git]
/
src
/
energy.h
commit
|
author
|
age
d7639a
1
#ifndef _ENERGY_H
SP
2
#define _ENERGY_H
3
ts_bool mean_curvature_and_energy(ts_vesicle *vesicle);
4
inline ts_bool energy_vertex(ts_vertex *vtx);
5
#endif