aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Changed the default for 'IOASCII::outdir?D' to be an empty string which thentradke2002-04-30
* Bugfix for setting the extent of the requested 2D hyperslab.tradke2002-04-22
* Bugfix in parameter evaluation: if IOASCII::out*D_every was set to 0 it wouldtradke2002-04-19
* Just some optimizations and cosmetic changes.tradke2002-04-18
* Moved all of the slice center initialization into ChooseOutput.c.tradke2002-04-18
* Bugfix for computing the hyperslab extent. This caused a few testsuitestradke2002-04-17
* Switch to the new Hyperslab API. You need to update CactusPUGH/PUGHSlab iftradke2002-04-15
* Some code cleanup before attemting to switch to the new hyperslabbing API.tradke2002-03-19
* Slightly more informative info messages.tradke2002-03-16
* Increased warning level to 1 for messages saying that IOASCII output cannot betradke2002-03-15
* Fix for when there are no coordinates registered.tradke2002-02-28
* Fixed typo giving compile problems on Originallen2002-01-04
* *** empty log message ***tradke2002-01-03
* Fixed filename construction for 1D output of 1D and 1D variables.tradke2001-12-28
* Fixed return code of I/O methods.tradke2001-12-28
* Fixed ordering in using 2D plane center.tradke2001-12-17
* Removed restriction for diagonal output on cubic grids. Now PUGHSlab can dotradke2001-12-16
* Moved function prototype declarations into IOASCII's header.tradke2001-12-13
* Added 3D ASCII output for 3D variables.tradke2001-12-13
* Put in Erik's patch to get 2D ASCII output for 2D variables.tradke2001-12-13
* Use C indexing for the new filenames to make it consistent with the fileinfo.tradke2001-12-06
* Don't try to setup slice center for 2D planes output of 1D variables.tradke2001-11-28
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Fixed a memory leak I had put inallen2001-10-31
* Fixed const pointer issue in the advertised file structure.tradke2001-10-30
* Setting up slice centers for dimensions greater than 3 to be zero.tradke2001-10-03
* Reduced number of info messages by putting all into one using Util_asprintf().tradke2001-09-05
* Fixed bug for info output at every iteration.rideout2001-08-29
* Fixed bug for printing to screenallen2001-08-28
* Adding more output for newverbose parameter on startup/steering:allen2001-08-26
* Spelling mistakeallen2001-08-24
* Use IOUtil_CreateDirectory() to create output directories.tradke2001-08-10
* Output the physical time in a separate column if requested via the newtradke2001-08-02
* Removing implicit assumption of 3D in one place.goodale2001-07-05
* In the label information, output both the physical grid coordinates and thetradke2001-06-29
* Fixing file comments to report correct coordinates for 1d line positions.goodale2001-06-29
* 2D ASCII output can be done now for every possible CCTK datatype.tradke2001-06-27
* Warn about not outputting the diagonal just once (only at the first output re...tradke2001-06-27
* Get rid of timelevel variable which is constant zero now.tradke2001-05-10
* New timelevel indexingallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10