| 63 | } |
| 64 | |
| 65 | void Geometry::setNumPrimitives(unsigned int numPrimitives_in) |
| 66 | { |
| 67 | if (numPrimitives_in == numPrimitives) return; |
| 68 | |
| 69 | numPrimitives = numPrimitives_in; |
| 70 | |
| 71 | Geometry::update(); |
| 72 | } |
| 73 | |
| 74 | void Geometry::setNumTimeSteps (unsigned int numTimeSteps_in) |
| 75 | { |
no outgoing calls
no test coverage detected