MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / print

Method print

SRC/domain/domain/DomainModalProperties.cpp:1015–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015void 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
1023void DomainModalProperties::print(const std::string& file_name)
1024{

Callers 1

Calls 3

print_internalFunction · 0.70
strMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected