summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* protecting arguments with ()lanfer2000-07-06
* adding CCTK_VWarns, fixed a bug in reallocation countlanfer2000-07-06
* Fixed typo in CCTK_CmplxReal() which always returned the imaginary part.tradke2000-07-06
* Parsing the tFleshConfig structure into the parameter file parser, to get at ...allen2000-06-29
* (Nasty) little hack to add the old Cactus 3 nameofparfile functionality ...allen2000-06-29
* Changes to CCTK_MainLoopIndex and CCTK_SetMainLoopIndex (which now returns wh...allen2000-06-26
* Internal function prototypesallen2000-06-24
* Fortran wrappers for EnableGroupStorage and EnableGroupCommallen2000-06-24
* Adding prototypesallen2000-06-24
* Tidying up prototypes, still a few to sort out that need to be createdallen2000-06-24
* Adding standard header fileallen2000-06-24
* Changed the return value of the dummy overloadable routines back to 0, otherwiseallen2000-06-23
* New driver overloadable function for querying array dataallen2000-06-22
* Prototypes and structure for new array querying functionsallen2000-06-22
* On error dummy routines return -1allen2000-06-22
* Routines for querying array data from the cctkGH, such as lsh, bbox etcallen2000-06-22
* Use CCTK_MyProc before traversing termination routinesallen2000-06-22
* Added ParameterGetallen2000-06-22
* Missing prototypesallen2000-06-21
* Some int's which should have been CCTK_INTs ... thanks Ryojiallen2000-06-20
* Using ParameterGetallen2000-06-20
* Check that ExtractStrings extracts parametersallen2000-06-20
* Using CCTK_ParameterGet to get flesh parameters.allen2000-06-19
* Changes to ParameterGet so that a wrong range is now a level one warning inst...allen2000-06-19
* Fixing malloc statement. This wasn't a problem as it allocated moregoodale2000-05-19
* Moved the termination condition check for the main iteration looptradke2000-05-15
* Checks for HAVE_GETOPT_LONG_ONLY before including system getop.h file.goodale2000-05-15
* Checks the value of the BUILD_GETOPT and BUILD_REGEX flags beforegoodale2000-05-14
* Removing obsolete prototypegoodale2000-05-13
* Minor change.goodale2000-05-13
* Removing #include <malloc.h>goodale2000-05-13
* Fixing memory leak.goodale2000-05-12
* Don't malloc zero bytes when there are no GH extensions.goodale2000-05-12
* Skip already unregistered GH extensions when looping over all handles.tradke2000-05-11
* Fixed couple of bugs I just commitedallen2000-05-10
* Fixing CCTK_CreateDirectoryallen2000-05-10
* Switched the arguments for CCTK_CreateDirectory so that the string is lastallen2000-05-10
* Added prototype for CCTK_UnregisterGHExtension().tradke2000-05-10
* New routine CCTK_UnregisterGHExtension() which can be called by terminationtradke2000-05-10
* Traverse through all routines registered at CCTK_TERMINATE.tradke2000-05-10
* Report scheduled termination routines and their elapsed times.tradke2000-05-10
* New macros for Fortran callsallen2000-05-10
* CCTK_mkdir -> CCTK_CreateDirectoryallen2000-05-10
* New macros for fortran callsallen2000-05-10
* CCTK_mkdir is now replaced byallen2000-05-10
* Freeing a malloced arrayallen2000-05-08
* Changing macro name to keep solaris compiler happy.goodale2000-05-08
* adding an include that provides the redefs for malloclanfer2000-05-05
* adding prototype CCTK_GroupDimFromVarI(int vi)lanfer2000-05-03
* adding function: int CCTK_GroupDimFromVarI(int vi)lanfer2000-05-03