| 146 | int PipeSection::revertToStart(void) { return 0; } |
| 147 | |
| 148 | const char *PipeSection::getClassType(void) const { |
| 149 | return "PipeSection"; |
| 150 | }; |
| 151 | |
| 152 | int PipeSection::setTrialSectionDeformation(const Vector &) { |
| 153 | return 0; |
no outgoing calls
no test coverage detected