- Added conformationSurface and searchableSurface classes in place of querySurface. - Added cellSizeControl class. - Change cvMesh argument of relaxation model constructor to Time. - Add writePrecision option to surfaceConvert. - Add onLine function to surfaceFeatureExtract. - Remove querySurface. - Move createShellMesh and extrude2DMesh to their own libraries. - Replace controls and tolerances with a cv2DControls object. - Add patchToPoly2DMesh class to extrude2DMesh.
14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
CGAL_INC = \
|
|
-Wno-old-style-cast \
|
|
-I$(CGAL_ARCH_PATH)/include \
|
|
-I$(MPFR_ARCH_PATH)/include \
|
|
-I$(GMP_ARCH_PATH)/include \
|
|
-I$(BOOST_ARCH_PATH)/include
|
|
|
|
CGAL_LIBS = \
|
|
-L$(MPFR_ARCH_PATH)/lib \
|
|
-L$(BOOST_ARCH_PATH)/lib \
|
|
-lmpfr \
|
|
-I/usr/lib64 \
|
|
-lboost_thread-mt
|