Skip to content

Commit f4c215c

Browse files
authored
Update ElasticBeam2d.cpp
1 parent 9e6c808 commit f4c215c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SRC/element/elasticBeamColumn/ElasticBeam2d.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,8 @@ ElasticBeam2d::ElasticBeam2d(int tag, int Nd1, int Nd2, SectionForceDeformation
534534
G = param.getValue();
535535

536536
if (G <= 0.0) {
537-
opserr << "ElasticBeam2d::ElasticBeam2d - G from section is zero, using G = -1 (no shear)" << endln;
537+
// This output gets annoying bc it's always there when you just want E,A,I
538+
//opserr << "ElasticBeam2d::ElasticBeam2d - G from section is zero, using G = -1 (no shear)" << endln;
538539
G = -1.0;
539540
}
540541

0 commit comments

Comments
 (0)