diff --git a/Code/FlowSolvers/ThreeDSolver/svPost/post_solver.cxx b/Code/FlowSolvers/ThreeDSolver/svPost/post_solver.cxx index 0f5b79fe..b41098d3 100644 --- a/Code/FlowSolvers/ThreeDSolver/svPost/post_solver.cxx +++ b/Code/FlowSolvers/ThreeDSolver/svPost/post_solver.cxx @@ -2101,6 +2101,9 @@ int main(int argc, char* argv[]) } else if(tmpstr=="-calcws"){ RequestedCalcWS = true; + RequestedvInPlaneTraction=true; + RequestedvWSS = true; + RequestedSolution = true; } else if(tmpstr=="-applywd"){ RequestedApplyWD = true;