summaryrefslogtreecommitdiff
path: root/src/comm/Interp.c
Commit message (Expand)AuthorAge
* [[changes from Jonathan Thornburg, checked in by David Rideout]]rideout2002-02-22
* Tidied some warnings and added new function to return interp/reduce operator ...allen2001-12-27
* Added implementation information for interpolation operatorsallen2001-10-23
* Get rid of the old interpolator interface which is depricated now.tradke2001-05-28
* Making rcsid strings constant - PR 669.goodale2001-05-10
* CCTK_CHAR -> CCTK_BYTEallen2001-02-25
* Return different error codes for different errors.tradke2001-02-17
* Added new interpolation API routines CCTK_InterpGV() and CCTK_InterpLocal().tradke2001-02-14
* REGISTER_INTERP_ARGLIST->INTERP_REGISTER_ARGLISTallen2000-09-21
* C default conversions mean that a CCTK_CHAR will be promoted to an int,goodale2000-07-26
* Replace CCTK_WARN with CCTK_Warn (Cactus/396)allen2000-07-13
* CCTK_GetInterpHandle -> CCTK_InterpHandleallen2000-07-10
* Removing #include <malloc.h>goodale2000-05-13
* New macros for fortran callsallen2000-05-10
* Removing rcsid warningsallen2000-04-17
* Tidying and removing compiler warningsallen2000-04-04
* Removing compiler warningsallen2000-03-30
* added cctk.h; if that is not desired, take it out and replace it with whateve...lanfer2000-01-17
* Replacing CCTK_WARN with CCTK_Warnallen2000-01-17
* Fixed an uninitialized return code for fortran binding of CCTK_InterpGF.tradke1999-11-02
* Switched order of cctkGH and retcode parameter in fortran bindingstradke1999-09-22
* Include file name changesallen1999-07-30
* More subroutine name changesallen1999-07-24
* Changed the interface for CCTK_Interp which is now more generaltradke1999-07-14
* Implements the generic CCTK_Interp() routinetradke1999-07-08