We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39abf6 commit f80c072Copy full SHA for f80c072
1 file changed
modules/performSIMULATION/openSees/OpenSeesPreprocessor.cpp
@@ -978,7 +978,7 @@ OpenSeesPreprocessor::processEvents(ofstream &s){
978
edpList.end(); ++itEDP) {
979
s << " " << *itEDP;
980
}
981
- s << "]\n puts $output\n }"
+ s << "]\n puts $output\n }";
982
// remove calling python inside tcl since it broke the mpi
983
// "\nset pid [getPID]\nif {$pid==0} {call_python} \nbarrier\n";
984
0 commit comments