[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48603] branches/smoke2/intern/smoke/ intern/FLUID_3D.h: Fix compile error when moving back to old Eigen version

Daniel Genrich daniel.genrich at gmx.net
Wed Jul 4 19:00:20 CEST 2012


Revision: 48603
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48603
Author:   genscher
Date:     2012-07-04 17:00:20 +0000 (Wed, 04 Jul 2012)
Log Message:
-----------
Fix compile error when moving back to old Eigen version

Modified Paths:
--------------
    branches/smoke2/intern/smoke/intern/FLUID_3D.h

Modified: branches/smoke2/intern/smoke/intern/FLUID_3D.h
===================================================================
--- branches/smoke2/intern/smoke/intern/FLUID_3D.h	2012-07-04 16:55:48 UTC (rev 48602)
+++ branches/smoke2/intern/smoke/intern/FLUID_3D.h	2012-07-04 17:00:20 UTC (rev 48603)
@@ -43,6 +43,7 @@
 using namespace BasicVector;
 class WTURBULENCE;
 
+#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
 #include <Eigen/Dense>
 #include <Eigen/Sparse>
 using namespace Eigen;




More information about the Bf-blender-cvs mailing list