aboutsummaryrefslogtreecommitdiff
path: root/src/Write3D.c
Commit message (Expand)AuthorAge
* Removed the hard-coded assumption of "cart%d" being the underlying coordinatetradke2004-05-01
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-23
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Doubled the char buffer size of the format string.tradke2003-08-22
* Removed unneccessary inclusion of header file "util_Table.h".tradke2003-03-10
* Including "Hyperslab.h" isn't neccessary anymore since we are using functiontradke2002-11-06
* Removed preliminary code that wasn't supported yet by the hyperslab thorn.tradke2002-10-23
* Fix in outputting also the imaginary part of complex variables.tradke2002-10-23
* Typecast size_t to int, to avoid a compiler warning on ia64.rideout2002-10-17
* Fixed newlines for 3D data using patch from Erik Schnetter.allen2002-09-08
* Bugfix for 3D output with indices instead of coordinates.tradke2002-05-21
* Fixed potential string buffer overflow when outputting in exponential notation.tradke2002-05-17
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Just some optimizations and cosmetic changes.tradke2002-04-18
* Switch to the new Hyperslab API. You need to update CactusPUGH/PUGHSlab iftradke2002-04-15
* Fixed filename construction for 1D output of 1D and 1D variables.tradke2001-12-28
* Added 3D ASCII output for 3D variables.tradke2001-12-13