How to suppress OpenSees header
Moderators: silvia, selimgunay, Moderators
How to suppress OpenSees header
I'm doing some optimistation in matlab. Inside this optimisation I'm calling OpenSees in the 'batch' mode how it is descibed in 'getting started' in the manual. To get a better understanding of the optimisation progress I want to suppress the OpenSees header each time the executable is called. Has anybody an idea if this is possible and if yes, which command to I have to add?? Thanks a lot. David
Re: How to suppress OpenSees header
there is no command to do that. you would have to build OpenSees and make a change to the code. you need to basically remove 4 lines of code from tclMain.cpp or tclAPpInit.cpp.