Add error mode DELAYED_EXIT1 to collect all errors

This commit is contained in:
Joakim Hove
2019-01-04 17:12:53 +01:00
parent 23cbe9035b
commit cf42146d84
7 changed files with 52 additions and 27 deletions

View File

@@ -37,7 +37,8 @@ namespace Opm {
THROW_EXCEPTION = 0,
WARN = 1,
IGNORE = 2,
EXIT1 = 3
EXIT1 = 3,
DELAYED_EXIT1 = 4
};
}
}