How to suppress OpenSees header

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
kampix01
Posts: 14
Joined: Thu Mar 15, 2012 10:04 pm
Location: University of Innsbruck

How to suppress OpenSees header

Post by kampix01 »

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
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: How to suppress OpenSees header

Post by fmk »

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.
Post Reply