[cig-commits] [commit] inversion, master, validate_MT_params: Fix typos (53e469c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 12 18:25:32 PST 2014


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

On branches: inversion,master,validate_MT_params
Link       : https://github.com/geodynamics/burnman/compare/80c2a295c42dfdb38f83f6c1334bf7d8f97a8463...409647ff05dfad6a686198cac1481bd46b5e2e62

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

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