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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 12 16:37:39 PST 2014


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

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/916ee6acd98bd253c534a4b858b8d86ec62c3fd5...5e9eb1c42d6dd00a30a59872a2b31d1c0f8bd09c

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

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