A bug in Steel01.cpp(rev.4950)

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

Moderators: silvia, selimgunay, Moderators

Post Reply
ishinabe
Posts: 10
Joined: Tue May 17, 2011 3:24 am
Location: Tokyo

A bug in Steel01.cpp(rev.4950)

Post by ishinabe »

Hi.
I found a bug in Steel01.cpp(rev.4950)

See line 82(in added function "OPS_NewSteel01()")

if (numData == 3) {
dData[3] = STEEL_01_DEFAULT_A1;
dData[4] = STEEL_01_DEFAULT_A2;
dData[5] = STEEL_01_DEFAULT_A2; <<<<<<<< Please correct "A2" to "A3"
dData[6] = STEEL_01_DEFAULT_A4;
}

Please correct and commit it...

Thanks.
ishinabe
Posts: 10
Joined: Tue May 17, 2011 3:24 am
Location: Tokyo

Re: A bug in Steel01.cpp(rev.4950)

Post by ishinabe »

I have confirmed the correction in rev.5096.
Thanks.
Post Reply