SET(${PROJECT_NAME_UC}_MAJOR_VERSION 7)
SET(${PROJECT_NAME_UC}_MINOR_VERSION 3)
- SET(${PROJECT_NAME_UC}_PATCH_VERSION 0)
+ SET(${PROJECT_NAME_UC}_PATCH_VERSION 1)
SET(${PROJECT_NAME_UC}_VERSION
${${PROJECT_NAME_UC}_MAJOR_VERSION}.${${PROJECT_NAME_UC}_MINOR_VERSION}.${${PROJECT_NAME_UC}_PATCH_VERSION})
-SET(${PROJECT_NAME_UC}_VERSION_DEV 0)
+SET(${PROJECT_NAME_UC}_VERSION_DEV 1)
# Find KERNEL
# ===========
// of auto-color picking up
#define SIMPLE_AUTOCOLOR
- // REMOVE the code about MPLMathText_Disabler if it does not complite at porting to ParaView-4.1
- #include <vtkMatplotlibMathTextUtilities.h>
- namespace
- {
- // Creation of this class disables vtkMatplotlibMathTextUtilities
- struct MPLMathText_Disabler : protected vtkMatplotlibMathTextUtilities
- {
- MPLMathText_Disabler()
- {
- vtkMatplotlibMathTextUtilities::MPLMathTextAvailable =
- vtkMatplotlibMathTextUtilities::UNAVAILABLE;
- }
- };
- }
-
-//namespace{
+namespace
+{
// Declarations
//=============================================================
void ImportMeshesFromFile(SMESH::SMESH_Gen_ptr theComponentMesh,