OpenSees 2.4

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

Moderators: silvia, selimgunay, Moderators

Post Reply
mar
Posts: 7
Joined: Sun Apr 14, 2013 12:26 pm
Location: UPRM

OpenSees 2.4

Post by mar »

Hello all,

Having trouble with tcl.lib. The elementAPI_TCL.cpp has no return value on:

LimitCurve *
OPS_GetLimitCurve(int LimCrvTag)

I will appreciate your help. Thanks!

Sincerely,
Mar
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: OpenSees 2.4

Post by fmk »

i have updated the code in the repository. just added a return 0;
mar
Posts: 7
Joined: Sun Apr 14, 2013 12:26 pm
Location: UPRM

Re: OpenSees 2.4

Post by mar »

Hello,

Thanks. I have tried that but then you will get problems with OPS_RotationShearCurve(void) and OPS_PinchingLimitStateMaterial(void) and produce error LNK2019. Thanks for your help on this.

Mar
dantefrizzoli
Posts: 3
Joined: Mon May 27, 2013 4:07 pm
Location: Las Vegas, NV

Re: OpenSees 2.4

Post by dantefrizzoli »

Bump.
I'm a current master student at UMD researching geology and simulation software architecture. I also enjoy cycling, golf and writing for http://www.ultius.com
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: OpenSees 2.4

Post by fmk »

sorry . i missed this .. i am putting a new release out next week. (monday or tuesday the code will be there, though the announcement may come later).

the DEVELOPER code directory needs to be updated to fix this problem, and at this stage i may as well do it for the version about to be released.
dantefrizzoli
Posts: 3
Joined: Mon May 27, 2013 4:07 pm
Location: Las Vegas, NV

Re: OpenSees 2.4

Post by dantefrizzoli »

Perfect, thank you!
I'm a current master student at UMD researching geology and simulation software architecture. I also enjoy cycling, golf and writing for http://www.ultius.com
Post Reply