Skip to content

Commit

Permalink
Update TclRecorderCommands.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoPetracca committed May 13, 2021
1 parent 54aacb5 commit 3ec7109
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions SRC/recorder/TclRecorderCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1856,15 +1856,12 @@ enum outputMode {STANDARD_STREAM, DATA_STREAM, XML_STREAM, DATABASE_STREAM, BIN
OPS_ResetInputNoBuilder(clientData, interp, 2, argc, argv, &theDomain);
(*theRecorder) = (Recorder*) OPS_VTK_Recorder();
}
/*

else if (strcmp(argv[1], "mpco") == 0) {
OPS_ResetInputNoBuilder(clientData, interp, 2, argc, argv, &theDomain);
(*theRecorder) = (Recorder*)OPS_MPCORecorder();
if (theRecorder == 0) {
return TCL_ERROR;
}
}
*/

else if (strcmp(argv[1],"gmsh") == 0 || strcmp(argv[1],"GMSH") == 0) {
OPS_ResetInputNoBuilder(clientData, interp, 2, argc, argv, &theDomain);
(*theRecorder) = (Recorder*) OPS_GmshRecorder();
Expand Down

0 comments on commit 3ec7109

Please sign in to comment.