COMP: cvMesh: link to ptscotch instead of scotch

This commit is contained in:
laurence 2012-03-27 17:07:47 +01:00
parent 1b19e1dbc0
commit 95cead86d8
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,8 @@ EXE_LIBS = \
$(CGAL_LIBS) \
-lconformalVoronoiMesh \
-lmeshTools \
-ldecompositionMethods -L$(FOAM_LIBBIN)/dummy -lscotchDecomp \
-ldecompositionMethods \
-L$(FOAM_LIBBIN)/dummy -lptscotchDecomp \
-ledgeMesh \
-ltriSurface \
-ldynamicMesh

View File

@ -19,7 +19,6 @@ EXE_INC = \
EXE_LIBS = \
-lmeshTools \
-ldecompositionMethods -L$(FOAM_LIBBIN)/dummy -lscotchDecomp \
-ledgeMesh \
-ltriSurface \
-ldynamicMesh