()
| 2379 | |
| 2380 | // Returns 'true' if this macro generated an error and was aborted. */ |
| 2381 | public boolean wasError() { |
| 2382 | return wasError; |
| 2383 | } |
| 2384 | |
| 2385 | public void setVariable(String name, double value) { |
| 2386 | int index; |
no outgoing calls
no test coverage detected