dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Before adding additional completeley unnecessary level of pointers in verte...
Samo Penic
2010-11-27
73771431acbfbd1ffa2f3aeabb21fed9016fca42
[trisurf-ng.git]
/
src
/
vesicle.h
commit
|
author
|
age
d7639a
1
#ifndef _VESICLE_H
SP
2
#define _VESICLE_H
3
4
5
ts_bool vesicle_translate(ts_vesicle *vesicle,ts_double x, ts_double y, ts_double z);
6
ts_bool vesicle_free(ts_vesicle *vesicle);
7
8
9
#endif