[gmx-developers] real in C++

David van der Spoel spoel at xray.bmc.uu.se
Sun Feb 24 22:09:11 CET 2013


Hi,

did we decide on how to treat real variables in C++?
There is nothing stopping us from keeping the same

#ifdef GMX_DOUBLE
typedef double real;
#else
typedef float real;
#endif

that we have use for decades. Or is there reason to change it?

Cheers,
-- 
David van der Spoel, Ph.D., Professor of Biology
Dept. of Cell & Molec. Biol., Uppsala University.
Box 596, 75124 Uppsala, Sweden. Phone:	+46184714205.
spoel at xray.bmc.uu.se    http://folding.bmc.uu.se



More information about the gromacs.org_gmx-developers mailing list