From 6d4d37bc33fe16e5f7c5bfcb98742755f015a751 Mon Sep 17 00:00:00 2001
From: sergio <sergio>
Date: Thu, 10 Jul 2014 11:00:42 +0100
Subject: [PATCH] BUG: Correcting molecular weight fot Tritium in thermoData

---
 etc/thermoData/thermoData | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/thermoData/thermoData b/etc/thermoData/thermoData
index 3048d2938f3..057c9557fcd 100644
--- a/etc/thermoData/thermoData
+++ b/etc/thermoData/thermoData
@@ -18621,7 +18621,7 @@ T_Tritium__(g)
     specie
     {
         nMoles          1;
-        molWeight       47.9;
+        molWeight       3.016;
     }
     thermodynamics
     {
-- 
GitLab