[Bf-blender-cvs] [5a570be9f50] blender-v2.82-release: Fluid: Updated Manta pp files

Sebastián Barschkis noreply at git.blender.org
Thu Jan 30 11:28:14 CET 2020


Commit: 5a570be9f500d495535639cbd1363c1423084790
Author: Sebastián Barschkis
Date:   Thu Jan 30 11:27:29 2020 +0100
Branches: blender-v2.82-release
https://developer.blender.org/rB5a570be9f500d495535639cbd1363c1423084790

Fluid: Updated Manta pp files

Includes latest changes from the upstream manta repository.

===================================================================

M	extern/mantaflow/preprocessed/conjugategrad.cpp
M	extern/mantaflow/preprocessed/gitinfo.h

===================================================================

diff --git a/extern/mantaflow/preprocessed/conjugategrad.cpp b/extern/mantaflow/preprocessed/conjugategrad.cpp
index ac317402a49..de522d0b8f4 100644
--- a/extern/mantaflow/preprocessed/conjugategrad.cpp
+++ b/extern/mantaflow/preprocessed/conjugategrad.cpp
@@ -650,7 +650,7 @@ void cgSolveDiffusion(const FlagGrid &flags,
                                                      << ", res:" << gcg->getSigma(),
            CG_DEBUGLEVEL);
   }
-  else if ((grid.getType() & GridBase::TypeVec3) || (grid.getType() & GridBase::TypeVec3)) {
+  else if ((grid.getType() & GridBase::TypeVec3) || (grid.getType() & GridBase::TypeMAC)) {
     Grid<Vec3> &vec = ((Grid<Vec3> &)grid);
     Grid<Real> u(parent);
 
diff --git a/extern/mantaflow/preprocessed/gitinfo.h b/extern/mantaflow/preprocessed/gitinfo.h
index 216aaf4e2bc..6d3abd1e88e 100644
--- a/extern/mantaflow/preprocessed/gitinfo.h
+++ b/extern/mantaflow/preprocessed/gitinfo.h
@@ -1,3 +1,3 @@
 
 
-#define MANTA_GIT_VERSION "commit 8d19f1096a4d8e115d9d1ec6024c65d53a94f47b"
+#define MANTA_GIT_VERSION "commit 3f5c7989fd82920f0c509844a06e97dd1069191c"



More information about the Bf-blender-cvs mailing list