| 241 | } |
| 242 | |
| 243 | void |
| 244 | FE_Element::setAnalysisModel(AnalysisModel &theAnalysisModel) |
| 245 | { |
| 246 | theModel = &theAnalysisModel; |
| 247 | } |
| 248 | |
| 249 | // void setID(int index, int value); |
| 250 | // Method to set the corresponding index of the ID to value. |
no outgoing calls
no test coverage detected