TclModelBuilder header for v2.4.4

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

Moderators: silvia, selimgunay, Moderators

Post Reply
blaiman
Posts: 56
Joined: Wed Jul 11, 2012 11:59 am
Location: RISA Tech, Inc.

TclModelBuilder header for v2.4.4

Post by blaiman »

I was looking and running a diff check between version 2.4.0 and 2.4.4 to determine why the initial displacement function works for the latest but not 2.4.0. I noticed the subtle difference between the two version's TclModelBuilder file when the optional call of -disp for a node is called. However, while looking at the differences in the header file, I noticed that the line "class UniaxialMaterial" was removed after the 2.4.0 revision. Is there a particular reason why this was and does it even make a difference with it gone now? Any input or comments on this would be great, thanks!
Brighton Laiman
Development Engineer
RISA Technologies
Foothill Ranch, CA
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: TclModelBuilder header for v2.4.4

Post by fmk »

if not needed in the class file an include file or even a class reference should be removed primarily for cleanliness of the code .. it can also to aid the compiler in linking phase.
Post Reply