aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove unused variableHEADmastereschnett2012-11-20
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* (At least) one place in IOASCII assumes maxdim<=3 by only allocating 3 entrie...knarf2012-04-20
* Add missing #include "cctk_Arguments.h"eschnett2011-01-21
* Correct function signatureeschnett2011-01-20
* IOASCII: Adapt to the new parsing API in IOUtilschnetter2009-12-05
* Correct prototyp of IOASCII's Startup routineschnetter2009-12-05
* Make only optional use of aliased function Coord_GroupSystem().tradke2006-10-04
* Fixed small memory when using Util_snprintf().tradke2005-07-26
* Fully initialise slice center variables.tradke2005-05-10
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* 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
* Fixed out-of-bounds array access for downsample[], a bug found by Yosef Zloch...tradke2004-06-11
* Implement downsampling for IOASCII output.tradke2004-06-10
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
* Don't hyperslab/output zero-sized grid variables.tradke2004-06-04
* Fixed 2D output which used wrong slice center settings.tradke2004-06-01
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Include "util_Table.h".tradke2004-05-09
* Removed the hard-coded assumption of "cart%d" being the underlying coordinatetradke2004-05-01
* Another fix for 2D output of complex arrays.tradke2004-04-01
* Initialize format string for complex output.tradke2004-04-01
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-23
* Fix wrong order of coordinate or gridpoint indices in 2D ASCII output,schnetter2004-01-16
* Fix indentationschnetter2004-01-16
* Only register 2D/3D IOASCII I/O methods if the maximum dimension of gridtradke2003-12-03
* Provide level 1 warning if OutputVarAs() is called on an invalid variable name.rideout2003-12-03
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Doubled the char buffer size of the format string.tradke2003-08-22
* Transposed order of grid points for 2D gnuplot output (CactusBase/1444),tradke2003-03-27
* Fixed string concatenation when creating the filename for 2D output.tradke2003-03-17
* Removed unneccessary inclusion of header file "util_Table.h".tradke2003-03-10
* Copy pointer to string parameter into local variable before modifying it.tradke2003-01-07
* 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 to output complex variables in xgraph format.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
* Corrected to properly handle staggered grids.rideout2002-06-20
* Can't use the slice center for CCTK_ARRAY variables. For those variablestradke2002-06-07
* Allow the 'out_every' option in option strings to set the output frequencytradke2002-05-28
* 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
* Bugfix when writing no label information to 1D output files. A blank linetradke2002-05-10
* Bugfix for obtaining a variable's extents.tradke2002-05-10
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06