mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add static set/get dimensionSet::checking() method
- encapsulates toggling STYLE: noexcept for some Time methods
This commit is contained in:
@ -678,7 +678,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
// Disable dimension checking during operations
|
||||
dimensionSet::debug = false;
|
||||
dimensionSet::checking(false);
|
||||
|
||||
#include "createNamedMesh.H"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user