can only be assigned once
| 246 | |
| 247 | void SetIndex(int _index) { if (index < 0) index = _index; } // can only be assigned once |
| 248 | void SetInitial(double _initial) { initial = _initial; } |
| 249 | void SetInflow (double _inflow ) { inflow = _inflow; } |
| 250 | void SetOutflow(double _outflow) { outflow = _outflow; } |
| 251 | bool SetGeometry(cString _geometry); |
no outgoing calls
no test coverage detected