OOF2: The Manual

Name

OOF.Help.No_Warnings — Treat warnings as errors.

Synopsis

OOF.Help.No_Warnings(boolean)

Details

  • Parent Menu: OOF.Help
  • Callback: function setWarnErrors in module ooflib.common.IO.mainmenu
  • Parameters:

    boolean
    A boolean value, 0 (false) or 1 (true). This is not a keyword parameter (just enter '0' or '1', not 'boolean=1').

Description

If No_Warnings is true, warning messages are treated as errors and will abort the current calculation.