Skip to content
Snippets Groups Projects
Commit 5c94ec7e authored by Claudine Bon's avatar Claudine Bon
Browse files

Plugin/Triangulate.cpp
Post/PView.cpp
Post/PViewDataRemote.h : Change for compilation on SunOS

CMakeLists.txt : Change mkl libraries on windows
parent 08dfedba
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ if(ENABLE_BLAS_LAPACK)
else(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(MKL_PATH ia32/lib)
endif(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(MKL_LIBS_REQUIRED libguide mkl_c mkl_intel_c mkl_intel_thread mkl_core)
set(MKL_LIBS_REQUIRED libguide40 mkl_intel_c mkl_intel_thread mkl_core)
find_all_libraries(LAPACK_LIBRARIES MKL_LIBS_REQUIRED ${MKL_PATH})
if(LAPACK_LIBRARIES)
set(HAVE_BLAS TRUE)
......
......@@ -4,6 +4,7 @@
// bugs and problems to <gmsh@geuz.org>.
#include <vector>
#include <stdlib.h>
#include "GModel.h"
#include "discreteFace.h"
#include "DivideAndConquer.h"
......
......@@ -27,7 +27,7 @@ class PViewDataRemote : public PViewData {
_time.push_back(time);
}
~PViewDataRemote(){}
bool finalize(){}
bool finalize(){ return false;}
int getNumTimeSteps(){ return _numTimeSteps; }
double getMin(int step=-1){ return _min; }
double getMax(int step=-1){ return _max; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment