[cig-commits] [commit] inversion, master, validate_MT_params: Remove superfluous set_method (9b2bfdd)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 12 18:29:25 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 9b2bfdd8e2116459d0402acb2516b2510dbc80df
Author: ian-r-rose <ian.r.rose at gmail.com>
Date:   Fri Dec 12 16:30:29 2014 -0800

    Remove superfluous set_method


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

9b2bfdd8e2116459d0402acb2516b2510dbc80df
 burnman/mineral_helpers.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/burnman/mineral_helpers.py b/burnman/mineral_helpers.py
index 9a41bc7..118936d 100644
--- a/burnman/mineral_helpers.py
+++ b/burnman/mineral_helpers.py
@@ -51,10 +51,6 @@ class HelperSolidSolution(Mineral):
         
         self.params = {}
 
-    def set_method(self, equation_of_state):
-        for m in self.base_materials:
-            m.set_method(equation_of_state)
-
     def debug_print(self, indent=""):
         print "%sHelperSolidSolution(%s):" % (indent, self.to_string())
         indent += "  "



More information about the CIG-COMMITS mailing list