| 351 | } |
| 352 | |
| 353 | void |
| 354 | LoadPattern::clearAll(void) |
| 355 | { |
| 356 | theElementalLoads->clearAll(); |
| 357 | theNodalLoads->clearAll(); |
| 358 | theSPs->clearAll(); |
| 359 | currentGeoTag++; |
| 360 | lastChannel = 0; |
| 361 | if (dLambdadh != 0) { |
| 362 | dLambdadh->Zero(); |
| 363 | } |
| 364 | } |
| 365 | |
| 366 | NodalLoad * |
| 367 | LoadPattern::removeNodalLoad(int tag) |
no test coverage detected