← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3725: Fix compilation introduced in last commit.

 

------------------------------------------------------------
revno: 3725
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Thu 2015-09-17 16:08:41 +0200
message:
  Fix compilation introduced in last commit.
modified:
  lib/triangulation/FlowBoundingSphere.ipp
  lib/triangulation/FlowBoundingSphereLinSolv.ipp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'lib/triangulation/FlowBoundingSphere.ipp'
--- lib/triangulation/FlowBoundingSphere.ipp	2015-09-17 06:00:22 +0000
+++ lib/triangulation/FlowBoundingSphere.ipp	2015-09-17 14:08:41 +0000
@@ -25,7 +25,7 @@
 
 #ifdef YADE_OPENMP
   #include <omp.h>
-  #define GS_OPEN_MP //It should never be defined if Yade is not using openmp
+  // #define GS_OPEN_MP //It should never be defined if Yade is not using openmp
 #endif
 
 // #define USE_FAST_MATH 1

=== modified file 'lib/triangulation/FlowBoundingSphereLinSolv.ipp'
--- lib/triangulation/FlowBoundingSphereLinSolv.ipp	2015-09-17 06:00:22 +0000
+++ lib/triangulation/FlowBoundingSphereLinSolv.ipp	2015-09-17 14:08:41 +0000
@@ -26,7 +26,7 @@
 
 #ifdef YADE_OPENMP
   #include <omp.h>
-  #define GS_OPEN_MP //It should never be defined if Yade is not using openmp
+  // #define GS_OPEN_MP //It should never be defined if Yade is not using openmp
 #endif
 
 // #define PARDISO //comment this if pardiso lib is not available