aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcott <cott@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-11-01 05:58:34 +0000
committercott <cott@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-11-01 05:58:34 +0000
commit35fb46d9d69897d95e874ee4c713a19f33fc1d95 (patch)
tree7039a5ae67d7de2913a37f489b1d9dc3de147d8a
parent5c6cfb11f6f72a4ff734a71560f83ef2d25c2bcc (diff)
* change parameter name from:
temperature_and_entropy_evolution_method to temp_and_ent_evolution_method to make Intel compiler happy. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@32 57fe0bb3-ccba-405f-9b23-de0201f165b7
-rwxr-xr-xparam.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index a4fa7ae..6d0f35b 100755
--- a/param.ccl
+++ b/param.ccl
@@ -41,7 +41,7 @@ KEYWORD Y_e_evolution_method "Evolution method for Y_e"
"none" :: "Evolution for Y_e is disabled"
} "none"
-KEYWORD temperature_and_entropy_evolution_method "Evolution method for temperature and entropy"
+KEYWORD temp_and_ent_evolution_method "Evolution method for temperature and entropy"
{
"none" :: "Evolution for temperature and entropy is disabled"
} "none"