Bug found in 8 node brick element

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

Moderators: silvia, selimgunay, Moderators

Post Reply
rjaeger
Posts: 102
Joined: Thu Aug 31, 2006 9:57 pm
Location: UC Davis

Bug found in 8 node brick element

Post by rjaeger »

Hello,

When using the eight node brick element, I found that the recorders were not working properly. I have determined that the problem is in the function
Response* EightNodeBrick::setResponse(const char **argv, int argc)
which has a missing argument. It should read:
Response* EightNodeBrick::setResponse(const char **argv, int argc, OPS_Stream &output)

Making this change fixes the recorders for this element.
-Robbie
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

thanks .. i have updated the cvs repository, 1.7.5 .exe will contain revised code.
Post Reply