[cig-commits] [commit] master: Get the order of these right... (aa5f041)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Dec 12 19:12:30 PST 2014


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

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/b798982c73d6ab7f2a9f4a9fd8a01e3ecc4ed8bf...8e7749107713fc3ad012f9d16d9d8ca0cdb86a61

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

commit aa5f04133122855c23d99452cc380990d905f2ae
Author: ian-r-rose <ian.r.rose at gmail.com>
Date:   Fri Dec 12 19:03:32 2014 -0800

    Get the order of these right...


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

aa5f04133122855c23d99452cc380990d905f2ae
 misc/paper_opt_pv.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/paper_opt_pv.py b/misc/paper_opt_pv.py
index 9a49de9..5a43f99 100644
--- a/misc/paper_opt_pv.py
+++ b/misc/paper_opt_pv.py
@@ -95,7 +95,7 @@ if __name__ == "__main__":
 
     def material_error(x):
         _, mat_vs, mat_vphi, mat_rho = eval_material(x)
-        [rho_err,vphi_err,vs_err]=burnman.compare_l2(depths,
+        [vs_err,vphi_err,rho_err]=burnman.compare_l2(depths,
                                                      [mat_vs,mat_vphi,mat_rho],
                                                      [seis_vs,seis_vphi,seis_rho])
         scale = 2700e3-850e3



More information about the CIG-COMMITS mailing list