[cig-commits] [commit] master: Hmmm, maybe start counting at one? (8cbea8f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 21 13:03:33 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/2df080f4905a6be43fd1729ea0d6a7a956cce070...a7135c1f7697d39efff2f47a79ca1e1395cff504

>---------------------------------------------------------------

commit 8cbea8f32c00607246e7ff3593968b87c5ff8d1f
Author: ian-r-rose <ian.r.rose at gmail.com>
Date:   Wed May 21 13:43:47 2014 -0500

    Hmmm, maybe start counting at one?


>---------------------------------------------------------------

8cbea8f32c00607246e7ff3593968b87c5ff8d1f
 include/aspect/simulator.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/include/aspect/simulator.h b/include/aspect/simulator.h
index f44e9cd..d985cbc 100644
--- a/include/aspect/simulator.h
+++ b/include/aspect/simulator.h
@@ -113,14 +113,14 @@ namespace aspect
         enum Kind
         {
           none = 0,
-          net_translation_x = 0x2,
-          net_translation_y = 0x4,
-          net_translation_z = 0x8,
-          linear_momentum_x = 0x10,
-          linear_momentum_y = 0x20,
-          linear_momentum_z = 0x40,
-          net_rotation      = 0x80,
-          angular_momentum  = 0x100
+          net_translation_x = 0x1,
+          net_translation_y = 0x2,
+          net_translation_z = 0x4,
+          linear_momentum_x = 0x8,
+          linear_momentum_y = 0x10,
+          linear_momentum_z = 0x20,
+          net_rotation      = 0x40,
+          angular_momentum  = 0x80
         };
       };
 



More information about the CIG-COMMITS mailing list