mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: use consistent naming when toggling exception throwing on/off
This commit is contained in:
@ -56,8 +56,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
if (!args.found("no-throw"))
|
||||
{
|
||||
FatalIOError.throwExceptions();
|
||||
FatalError.throwExceptions();
|
||||
FatalIOError.throwing(true);
|
||||
FatalError.throwing(true);
|
||||
}
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user