summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAge
* Fixed wrong number of arguments in calls to CCTK_VWarn().tradke2002-05-29
* Added missing include "cctki_Parameter.h".tradke2002-05-29
* TAGS tables for groups.goodale2002-05-22
* Adding const qualifier to the rcsid.goodale2002-05-21
* Corrected allowed values for -paramater-level command line option.rideout2002-05-21
* Added CCTK_VParamWarn for variable argument listallen2002-05-21
* Give error message if tried to set an array parameter without the [number].goodale2002-05-20
* Improved format of "unable to set parameter" errors.rideout2002-05-20
* Some more error checking checking for valid numbers and traceback ofgoodale2002-05-20
* Makes new call to activate thorn parameters after thorns are activated.goodale2002-05-20
* Added array and accumulator parameters.goodale2002-05-20
* Added semicolon after CCTK_FILEVERSION().rideout2002-05-18
* Adding a ; after the CCTK_FILEVERSION macro, as the c_file_processor.pl scriptgoodale2002-05-17
* Small fix for CCTK_ParameterSet() to increment the number of times atradke2002-05-04
* CCTK_VarPtrDataI passes back NULL if it the data pointer isn't thereallen2002-04-29
* Changing FN_POINTERs to FPOINTERsallen2002-04-29
* Only try and increase storage if there are some grid variable groupsallen2002-04-28
* Passing timelevel storage info from schedule.ccl files to the flesh. Thisgoodale2002-04-17
* Change the top-level storage for GVs to use new GroupStorageIncrease.goodale2002-04-16
* Redirect stdout to file right after the '-r' command line option was parsed.tradke2002-04-13
* Fixed a bug when recovering non-steerable parameters.tradke2002-04-12
* Fixed a small typo in a warning message.tradke2002-04-12
* Changed to use the new GroupStorageIncrease/Decrease functions.goodale2002-04-04
* Allow implementation name for fully qualified parameter names when setting ar...goodale2002-04-03
* Increased the number of precision digits for floating-point values returnedtradke2002-03-28
* Formatting change when printing out group names. Only puts a label at thegoodale2002-03-26
* Fixed a thing from my previous commit when printing the schedule tree.tradke2002-03-25
* Fixed the indentation level when printing scheduled groups.tradke2002-03-25
* When printing the schedule tree, also say when periodic output is done.tradke2002-03-19
* Print routines which are registered for CCTK_POST_RECOVER_VARIABLES.tradke2002-03-19
* Added new KEYWORD parameter 'Cactus::recovery_mode' (steerable at RECOVER).tradke2002-03-19
* Store the information whether we recover from a checkpoint or nottradke2002-03-19
* Allow the param_type argument to CCTK_ParameterGet() to be passed in astradke2002-03-19
* Added missing prototype for fortran wrapper.tradke2002-03-16
* Nonimportant fix to a fortran wrapperallen2002-02-22
* Added fortran wrapper for CCTK_TerminateNext().rideout2002-02-05
* Typo in grdocallen2002-01-06
* Fixed bug getting the command line arguments.tradke2002-01-04
* Add the name of the executable to the banner printed to standard out.allen2002-01-03
* The callback routine, CCTKi_SetParameter(), passed to the ParseFile() routinetradke2002-01-02
* Set warning level 2 for warnings about out-of-range parameter values.tradke2002-01-02
* New functionsallen2001-12-29
* Bugfix in printing runtime information.tradke2001-12-21
* Remove ErrorCodes.h since it isn't used and doesn't exist any moreallen2001-12-19
* Moved the very first CCTK_POSTSTEP schedule bin before CCTK_RECOVER_VARIABLES.tradke2001-12-17
* Fixed compiler warnings when compiling without MPI.tradke2001-12-13
* Fixed the complex div() and abs() routines to conform to the GNU Scientific L...tradke2001-12-12
* Shortened the headings for the Cactus default timers a bit (only have thetradke2001-12-11
* Changed warning level to 2 for messages saying that a non-steerable parametertradke2001-12-11
* Fixed checking of parameter value.tradke2001-12-10