| Version 1 (modified by rpwagner, 5 years ago) |
|---|
Float is double
In order to dynamically change the compute precision, enzo uses a macro that promotes single precision floats to double precision floats. Several things are altered this way. These can be altered with make commands on the command line.
In order to keep the printf family of commands happy, Enzo provides several macros. ISYM and FSYM are the general int and float types.
I'm sure there's some other stuff.
