| 1177 | } |
| 1178 | |
| 1179 | int OPS_record() |
| 1180 | { |
| 1181 | Domain* theDomain = OPS_GetDomain(); |
| 1182 | if (theDomain == 0) return -1; |
| 1183 | |
| 1184 | theDomain->record(false); |
| 1185 | |
| 1186 | return 0; |
| 1187 | } |
| 1188 | |
| 1189 | int OPS_stripOpenSeesXML() |
| 1190 | { |
no test coverage detected