[Bf-blender-cvs] [d9328f69b82] fluid-mantaflow: Mantaflow: Fixed more issues raised in part 2 of the review (D3851)

Sebastián Barschkis noreply at git.blender.org
Wed Dec 11 17:33:54 CET 2019


Commit: d9328f69b8271fec79e104bc3d9951dec47a088c
Author: Sebastián Barschkis
Date:   Wed Dec 11 17:33:46 2019 +0100
Branches: fluid-mantaflow
https://developer.blender.org/rBd9328f69b8271fec79e104bc3d9951dec47a088c

Mantaflow: Fixed more issues raised in part 2 of the review (D3851)

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

M	intern/mantaflow/intern/MANTA_main.h

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

diff --git a/intern/mantaflow/intern/MANTA_main.h b/intern/mantaflow/intern/MANTA_main.h
index db929758583..35fbae0ad78 100644
--- a/intern/mantaflow/intern/MANTA_main.h
+++ b/intern/mantaflow/intern/MANTA_main.h
@@ -42,11 +42,11 @@ struct MANTA {
   virtual ~MANTA();
 
   // Mirroring Mantaflow structures for particle data (pVel also used for mesh vert vels)
-  typedef struct pData {
+  typedef struct PData {
     float pos[3];
     int flag;
   } pData;
-  typedef struct pVel {
+  typedef struct PVel {
     float pos[3];
   } pVel;



More information about the Bf-blender-cvs mailing list