File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1161,7 +1161,7 @@ namespace aspect
11611161 " different from 0 it will overwrite the usual maximum entropy viscosity "
11621162 " stabilization constant of $\\ alpha_{\\ text{max}} d$, with $\\ beta$."
11631163 " Units: None." );
1164- prm.declare_entry (" alpha_max " , " 0.026" ,
1164+ prm.declare_entry (" alpha max " , " 0.026" ,
11651165 Patterns::List (Patterns::Double (0 .)),
11661166 " The $\\ alpha_{\\ text{max}}$ factor in the artificial viscosity "
11671167 " stabilization. This parameter controls the maximum dissipation of the "
@@ -1934,9 +1934,9 @@ namespace aspect
19341934 stabilization_c_R = Utilities::possibly_extend_from_1_to_N (Utilities::string_to_double (Utilities::split_string_list (prm.get (" cR" ))),
19351935 n_compositional_fields+1 ,
19361936 " cR" );
1937- stabilization_beta = Utilities::possibly_extend_from_1_to_N (Utilities::string_to_double (Utilities::split_string_list (prm.get (" alpha_max " ))),
1937+ stabilization_beta = Utilities::possibly_extend_from_1_to_N (Utilities::string_to_double (Utilities::split_string_list (prm.get (" alpha max " ))),
19381938 n_compositional_fields+1 ,
1939- " alpha_max " );
1939+ " alpha max " );
19401940
19411941 const std::vector<double > stabilization_constant_beta = Utilities::possibly_extend_from_1_to_N (Utilities::string_to_double (Utilities::split_string_list (prm.get (" beta" ))),
19421942 n_compositional_fields+1 ,
You can’t perform that action at this time.
0 commit comments