Just a quick question,
Is it possible to use opserr to print to file instead of screen?
opserr
Moderators: silvia, selimgunay, Moderators
Re: opserr
sserr.setFile("fileName");
opserr << *theDomain;
opserr is a pointer to sserr and if you use the setFile method the domain information is going to be printed in the file. It worked for me
opserr << *theDomain;
opserr is a pointer to sserr and if you use the setFile method the domain information is going to be printed in the file. It worked for me