Skip to content

Commit

Permalink
added pysimple2 and tzsimple2 jo
Browse files Browse the repository at this point in the history
  • Loading branch information
jotru committed Aug 9, 2021
1 parent 837bdd3 commit 998e90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/material/uniaxial/PY/PySimple2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void* OPS_PySimple2()
int numdata = OPS_GetNumRemainingInputArgs();
if (numdata < 5) {
opserr << "WARNING insufficient arguments\n";
opserr << "Want: uniaxialMaterial PySimple1 tag? soilType? pult? y50? drag? dashpot?\n";
opserr << "Want: uniaxialMaterial PySimple2 tag? soilType? pult? y50? drag? dashpot?\n";
return 0;
}

Expand Down

0 comments on commit 998e90e

Please sign in to comment.