summaryrefslogtreecommitdiff
path: root/src/main/Coord.c
Commit message (Expand)AuthorAge
* Untabifying.goodale2005-10-03
* Fixed CCTK_CoordLocalRange() to calculate the local ranges fromtradke2004-01-20
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Added a const qualifier to the 'cGH *' argument of the following functionstradke2003-07-14
* Putting semicolons at the end of CCTK_FILEVERSIONs.goodale2002-11-12
* CCTK_CoordRegisterData now returns with error code -5 if passed anrideout2002-07-08
* Fixed wrong number of arguments in calls to CCTK_VWarn().tradke2002-05-29
* New functionsallen2001-12-29
* Remove ErrorCodes.h since it isn't used and doesn't exist any moreallen2001-12-19
* Routines returning coordinate ranges take a 'const cGH *' as an argumenttradke2001-10-30
* Return an error code in CCTK_CoordRangePhysIndex() if no range was registered...tradke2001-07-12
* New API for registering the physical range of indices for coordinates.allen2001-07-04
* Use new macro names for fortran stringsallen2001-06-20
* Some more const pointer function arguments.tradke2001-05-28
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Added new routines to deal with coordinate system handles:tradke2001-02-14
* Fixed wrong calculation of upper range in CCTK_CoordLocalRange().tradke2001-01-29
* Checking for non-valid case of coordinate direction = 0, and adding toallen2000-12-18
* Fixing CCTK_CoordLocalRange, it wasn't working if the coordinate direction wa...allen2000-10-03
* Increasing warning levels for coordinatesallen2000-09-22
* Fixing BR 431 and 432.tradke2000-09-18
* added comment on usage for CCTK_CoordRangelanfer2000-07-18
* Removed unused variable. Untabified sources.tradke2000-07-15
* Changes to coordinate CCTK functions and new functions. These willallen2000-07-12
* New macros for Fortran callsallen2000-05-10
* Fixing various warnings.goodale2000-04-19
* Removing warnings from rcsid variables.allen2000-04-17
* Removing compiler warningsallen2000-03-30
* Untabified.goodale2000-01-27
* Replacing CCTK_WARN with CCTK_Warnallen2000-01-17
* Added new functionsallen2000-01-11
* Check for memory errorallen1999-12-16
* Removed tabs from files.goodale1999-11-24
* Various things pointed out by running Insure on the code.goodale1999-10-26
* Put back CCTK_CoordOriginallen1999-10-14
* Adding stuff from the header fileallen1999-10-14
* Use strlen instead of sizeof when allocating memory for printing error msgs.tradke1999-09-21
* Include file name changesallen1999-07-30
* Renaming functions and adding fortran bindingsallen1999-07-29
* Added lower and upper bound coordinate registration for each coordinateallen1999-07-27
* Routine name changesallen1999-07-25
* More subroutine name changesallen1999-07-24
* Added routine for registering and getting back the coordinate origin.allen1999-07-18
* Added fortran binding for CCTK_GetCoordIndex()tradke1999-07-13
* New names for many of the Group functions which are used by infrastructureallen1999-07-08
* Changed CCTK_Warns t CCTK_WARN so that I can try and pass thorught theallen1999-07-03
* missing header filesallen1999-06-25
* More changes from Joan and his NT nightmares.jmasso1999-06-03
* Coordinate registration. Now a GF which represents a coordinateallen1999-04-22
* New group stuffallen1999-04-15