| 1013 | } |
| 1014 | |
| 1015 | void DomainModalProperties::print() |
| 1016 | { |
| 1017 | std::stringstream ss; |
| 1018 | print_internal(ss, *this); |
| 1019 | std::string s = ss.str(); |
| 1020 | opserr << s.c_str(); |
| 1021 | } |
| 1022 | |
| 1023 | void DomainModalProperties::print(const std::string& file_name) |
| 1024 | { |
no test coverage detected