summaryrefslogtreecommitdiff
path: root/src/main/Parameters.c
Commit message (Expand)AuthorAge
* return "parameter already set" when resetting a fixed parameter during recoveryrhaas2013-07-04
* use lrint and casts to avoid compiler warnings about type conversionrhaas2013-07-04
* Undoing an accidental commit.sbrandt2013-05-06
* Closing tickets #1290, #1328, #1324sbrandt2013-05-06
* re-instate range checks for integer parameters rhaas2012-12-10
* Make data parameter of expression evaluation functions consthinder2012-11-30
* Use CCTKi prefix for ExitIfParamCheckOnlyeschnett2012-10-25
* have CCTK_RegexMatch return a distinct error code if patterns is invalidrhaas2012-06-05
* expand expression language, add error checking, and more documentationrhaas2012-04-19
* fix memory leak in SetVarEvaluatorrhaas2012-04-17
* fix access to free()ed memory in ParameterSetReal introduce in r 4797rhaas2012-04-17
* Allow arithmetic expression in ParameterSetrhaas2012-04-11
* added Fortran wrapper for CCTK_ParameterSet()tradke2007-03-12
* Added two new flesh API functions CCTK_ParameterSetNotifyRegister() andtradke2006-09-28
* Fix inconsistent interpretation of CCTK_ParameterQueryTimesSet()'s return value.tradke2006-09-28
* Fix a bug in CCTK_ParameterSet() .jthorn2006-04-21
* When recovering parameters from checkpoint, only warn about attempts to settradke2006-02-03
* Apply patch http://www.cactuscode.org/old/pipermail/patches/2005-October/0001...tradke2005-10-24
* Untabifying.goodale2005-10-03
* Print run time warnings while setting parameters with CCTK_WARNschnetter2005-09-26
* Free the parsed parameter expression with Util_ExpressionFree insteadschnetter2005-07-16
* Convert double value to string by using sprintf with the %.20g insteadschnetter2005-07-16
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* Give error when trying to treat a non-array parameter as an array parameter.goodale2004-05-03
* add/clarify comments injthorn2004-01-16
* fix a wrong header comment forjthorn2004-01-16
* Use Util_StrCmpi() instead of STR_CMP().tradke2003-08-22
* Free structure returned by Util_ExpressionParse().tradke2003-07-08
* Fixed compiler warnings about type casts with missing const qualifiers.tradke2003-03-12
* Bug fix for CCTK_ParameterWalk() which caused an infinite loop when calledtradke2003-02-27
* Fixed CCTK_ParameterWalk() to also walk through array parameters.tradke2003-02-14
* Fixed wrong number of arguments in calls to CCTK_VWarn().tradke2002-05-29
* 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
* Added array and accumulator parameters.goodale2002-05-20
* Small fix for CCTK_ParameterSet() to increment the number of times atradke2002-05-04
* Fixed a bug when recovering non-steerable parameters.tradke2002-04-12
* Increased the number of precision digits for floating-point values returnedtradke2002-03-28
* Allow the param_type argument to CCTK_ParameterGet() to be passed in astradke2002-03-19
* Set warning level 2 for warnings about out-of-range parameter values.tradke2002-01-02
* Changed warning level to 2 for messages saying that a non-steerable parametertradke2001-12-11
* Fixing some unprotected mallocs spotted by Ian Hawke.goodale2001-11-07
* Fixed semantics for the fortran wrappers CCTK_FortranString() and CCTK_Parame...tradke2001-11-06
* Added fortran wrapper for CCTK_ParameterValString().tradke2001-11-02
* CCTK_ParameterGet() returns a const pointer now.tradke2001-09-20
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Reorganising the parameter checking and adding checking levels whichallen2001-02-24
* Fixed logic error which meant only first range in rangelist ever got checked.goodale2000-12-17
* GRdoc + coding guideline stuff.goodale2000-10-04