| 63 | int getNDF() const {return ndf;} |
| 64 | void set(int n, int f) {ndm=n; ndf=f;isset=true;} |
| 65 | bool isSet() const {return isset;} |
| 66 | |
| 67 | void setCurrentLoadPattern(LoadPattern* pattern) {currentLoadPattern = pattern;} |
| 68 | LoadPattern* getCurrentLoadPattern() {return currentLoadPattern;} |
no outgoing calls
no test coverage detected