aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/ParamCheck.m
Commit message (Collapse)AuthorAge
* Move parameter checking code processing from KrancThorn.m to ParamCheck.mIan Hinder2013-09-13
|
* ParamCheck.m: Bypass bug in checkConditionIan Hinder2013-09-12
| | | The "params" variable is never initialised, so the code as written is wrong. Bypass the corresponding check until the parameters are passed in.
* Move many functions from CodeGenCactus.m to new CodeGenKranc.mIan Hinder2013-09-06
|
* Correct error in parenthesis handlingErik Schnetter2012-12-19
| | | | | | Don't use string patterns to remove parentheses. (This removes the outermost parentheses e.g. from (a || b) && (c || d), leading to syntax errors.) Match And and Or expressions with multiple arguments to reduce number of parentheses.
* Correct name of paramcheck routineErik Schnetter2012-12-19
|
* Add ParameterConditions option for CreateThornIan Hinder2012-11-14
This option allows the user to set certain conditions on parameters which must be satisfied otherwise the thorn aborts with a given error message (details in Doc/KrancDoc.tex).