KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
windows.hpp
Go to the documentation of this file.
1 // including windows.h adds some undesirable macros. Here, min and max macros are deactivated.
2 #ifdef NOMINMAX
3 #include <windows.h>
4 #else
5 #define NOMINMAX
6 #include <windows.h>
7 #undef NOMINMAX
8 #endif