aboutsummaryrefslogtreecommitdiff
path: root/src/Write3D.c
Commit message (Expand)AuthorAge
* Remove unused variableHEADmastereschnett2012-11-20
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Make only optional use of aliased function Coord_GroupSystem().tradke2006-10-04
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* Add missing #include <stdio.h> statementsschnetter2004-12-29
* Use aliased function IO_TruncateOutputFiles() to check whether or nottradke2004-11-17
* Initialize the extent_int[] array before it is being used !tradke2004-06-15
* Implement downsampling for IOASCII output.tradke2004-06-10
* Don't hyperslab/output zero-sized grid variables.tradke2004-06-04
* Include "util_Table.h".tradke2004-05-09
* 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