aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_output.F
Commit message (Expand)AuthorAge
* Remove no-op statementschnetter2005-01-29
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
* Check the return code of OutputVarByMethod and give a level 2 warning if the ...hawke2003-07-07
* The routine AHFinder_InitOutput (scheduled at CCTK_INITIAL) was using myprocdiener2003-02-08
* Use channel 11 rather than 1 for all output to files, since 1 may berideout2003-02-06
* Modified ahf.gauss and *.alm headers so that output format is identical with ...pollney2003-01-06
* Modified output so that data is appended after checkpoint, ratherpollney2002-12-13
* Use the generic routines sqrt(), abs(), log(), etc. instead of double-precisiontradke2002-06-18
* Fixed ASCII output of AHFinder data.tradke2002-01-09
* Fix for building the output filenames: Sun fortran compiler cannot trim() antradke2002-01-04
* Bugfix initializing a variable.tradke2001-10-14
* Fixed some statements which seem to be non-standard (eg. exceeding 72 charstradke2001-10-12
* Fixed filename string generation.tradke2001-10-09
* Output AHFinder data in HDF5 file format only if AHFinder::ahf_HDF5output = "...tradke2001-09-11
* Fixed bug.tradke2001-09-04
* Call I/O method by all processors.tradke2001-09-03
* Replaced "char('0' + int)" by "char(48 + int)" in string concatenation.tradke2001-08-20
* Do not output zero-sized arrays.tradke2001-08-17
* Moved the output code from the main function into a separate routinetradke2001-08-17