[cig-commits] [commit] add_gibbs_energy: Fix typos (53e469c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Dec 11 17:11:48 PST 2014


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

On branch  : add_gibbs_energy
Link       : https://github.com/geodynamics/burnman/compare/0000000000000000000000000000000000000000...2148b324d3e8aa7b527f831eb397590942563008

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

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

    Fix typos


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

53e469c4a25cd6dd27d66cbe2843270ed88b05dd
 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