Page 1 of 1

Modifying output frequency

Posted: Wed May 16, 2012 10:20 am
by alexandre.lebouvier
Hello,

I use CS 2.2.1 without GUI and I cannot find anymore how to modify the output frequency of results and the output characteristics as format. I looked for the variables 'ntchr' , 'fmtchr' etc, in cs_user_parameter and other reference files but I cannot find them.

Thank you,

Alexandre

Re: Modifying output frequency

Posted: Wed May 16, 2012 10:36 am
by Yvan Fournier
Hello,

All these settings have been moved to cs_user_postprocess.c, in the cs_user_postprocess_writers() function. The user documentation should be up to date.

Best regards,

Yvan

Re: Modifying output frequency

Posted: Wed May 16, 2012 10:47 am
by alexandre.lebouvier
OK, Thank you