push variable x[varnum-1].
| 197 | |
| 198 | /// push variable x[varnum-1]. |
| 199 | void AddVariable (int varnum) |
| 200 | { program.Append (step(varnum)); } |
| 201 | |
| 202 | /// push pointer to global double value. |
| 203 | void AddGlobVariable (const double * dp) |
no test coverage detected