[cig-commits] [commit] master: fix another test case (e1b62e6)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 21 11:44:38 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/8a5f6c506ce96a66cdb53f318694379f1d01d249...e1b62e6aacc0a4b5feb59ec33a6af44fa6673994

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

commit e1b62e6aacc0a4b5feb59ec33a6af44fa6673994
Author: Timo Heister <timo.heister at gmail.com>
Date:   Wed May 21 14:44:32 2014 -0400

    fix another test case


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

e1b62e6aacc0a4b5feb59ec33a6af44fa6673994
 tests/composition_names.prm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/composition_names.prm b/tests/composition_names.prm
index 4a9468b..4432d14 100644
--- a/tests/composition_names.prm
+++ b/tests/composition_names.prm
@@ -81,7 +81,7 @@ subsection Initial conditions
   set Model name = function # default: 
   subsection Function
     set Function constants  = l=250000
-    set Function expression = if (x < l, 1873, 1623)
+    set Function expression = if(x < l, 1873, 1623)
     set Variable names      = x,y
   end
 end



More information about the CIG-COMMITS mailing list