Skip to content

Commit

Permalink
Update OpenSeesReliabilityCommands.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott authored Mar 14, 2024
1 parent 1ce9cbd commit ff09d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SRC/interpreter/OpenSeesReliabilityCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ int OPS_runFORMAnalysis() {
// Check for essential ingredients
FunctionEvaluator *theFunctionEvaluator = cmds->getFunctionEvaluator();
if (theFunctionEvaluator == 0) {
opserr << "Need theGFunEvaluator before a FOSMAnalysis can "
opserr << "Need theGFunEvaluator before a FORMAnalysis can "
"be created\n";
return -1;
}
Expand All @@ -2595,7 +2595,7 @@ int OPS_runFORMAnalysis() {
cmds->getFindDesignPointAlgorithm();
if (theFindDesignPointAlgorithm == 0) {
opserr << "Need theFindDesignPointAlgorithm before a "
"FOSMAnalysis "
"FORMAnalysis "
"can be created\n";
return -1;
}
Expand All @@ -2604,7 +2604,7 @@ int OPS_runFORMAnalysis() {
cmds->getProbabilityTransformation();
if (theProbabilityTransformation == 0) {
opserr << "Need theProbabilityTransformation before a "
"FOSMAnalysis "
"FORMAnalysis "
"can be created\n";
return -1;
}
Expand Down

0 comments on commit ff09d7b

Please sign in to comment.