Error in MembranePlateFiberSection.cpp

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
leopoldo.tesser
Posts: 4
Joined: Fri Mar 05, 2010 3:06 pm
Location: University of Padua
Contact:

Error in MembranePlateFiberSection.cpp

Post by leopoldo.tesser »

I found an error in MembranePlateFiberSection.cpp
At line 372 it is written:

tangent(0,3) += -z*dd(0,1) ;

It sould be

tangent(0,4) += -z*dd(0,1) ;

This can lead to problems in executing opensees.exe due to the unassignment of the "tangent(0,4)".
Leopoldo
Post Reply