[cig-commits] [commit] add_thermodynamic_potentials: Fix typos (6fe76aa)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Dec 9 09:55:46 PST 2014


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

On branch  : add_thermodynamic_potentials
Link       : https://github.com/geodynamics/burnman/compare/2e5646d93cedbbf8eae54cc37cffc14e0aa85180...d5ddad03ff9f30f5a4efaddb4e3ec585ea1a7c51

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

commit 6fe76aa6dcc9dbb77ae6f1e5c43193a13fdaa601
Author: ian-r-rose <ian.r.rose at gmail.com>
Date:   Tue Sep 2 17:53:00 2014 -0700

    Fix typos


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

6fe76aa6dcc9dbb77ae6f1e5c43193a13fdaa601
 burnman/solutionmodel.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/burnman/solutionmodel.py b/burnman/solutionmodel.py
index a39bce1..e2d3f2b 100644
--- a/burnman/solutionmodel.py
+++ b/burnman/solutionmodel.py
@@ -189,8 +189,8 @@ class SymmetricRegularSolution ( AsymmetricRegularSolution ):
     """
     Solution model implementing the symmetric regular solution model
     """
-    def __init__( self, endmembers, enthalpy_interaction, volume_interaction = None, entropy_ineraction = None ):
+    def __init__( self, endmembers, enthalpy_interaction, volume_interaction = None, entropy_interaction = None ):
         #symmetric case if all the alphas are equal?
         alphas = np.ones( len(endmembers) )
-        AsymmetricRegularSolution.__init__(self, endmembers, alphas, enthalpy_interaction, volume_ineteraction, entropy_interaction )
+        AsymmetricRegularSolution.__init__(self, endmembers, alphas, enthalpy_interaction, volume_interaction, entropy_interaction )
 



More information about the CIG-COMMITS mailing list