From 2803089975ed04e24d6ce050d9d4a611fa9f5c2a Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Thu, 4 Aug 2011 11:32:56 +0100
Subject: [PATCH] BUG: Corrected units of elementary charge

---
 etc/controlDict | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/controlDict b/etc/controlDict
index 4f2a8814885..48edc0e7133 100644
--- a/etc/controlDict
+++ b/etc/controlDict
@@ -912,7 +912,7 @@ DimensionedConstants
         }
         electromagnetic
         {
-            e               e [ 0 0 -1 0 0 1 0 ] 1.60218e-19;
+            e               e [ 0 0 1 0 0 1 0 ] 1.60218e-19;
         }
         atomic
         {
@@ -942,7 +942,7 @@ DimensionedConstants
         }
         electromagnetic
         {
-            e               e [ 0 0 -1 0 0 1 0 ] 1.60218e-19;
+            e               e [ 0 0 1 0 0 1 0 ] 1.60218e-19;
         }
         atomic
         {
-- 
GitLab