mFES - molecular Finite Element Solver  0.4
molTypes.h
Go to the documentation of this file.
00001 typedef struct prot
00002 {
00003         float *xpoints;
00004         float *ypoints;
00005         float *zpoints;
00006         float *rpoints;
00007         int npoints;
00008 } *Molecule;