TclModelBuilder header for v2.4.4
Moderators: silvia, selimgunay, Moderators
TclModelBuilder header for v2.4.4
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
Development Engineer
RISA Technologies
Foothill Ranch, CA
Re: TclModelBuilder header for v2.4.4
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.