aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@89daf98e-ef62-4674-b946-b8ff9de2216c>2005-01-29 16:37:19 +0000
committerschnetter <schnetter@89daf98e-ef62-4674-b946-b8ff9de2216c>2005-01-29 16:37:19 +0000
commit6810af1ca84fbbbece267fdff09d8f7bc8d7e996 (patch)
tree32fa876a4c7ea1044eac0f64a3e62d2675026e99
parent2ab6ce014c1001a32a765711637eb550cb0c3bad (diff)
Remove no-op statement
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@373 89daf98e-ef62-4674-b946-b8ff9de2216c
-rw-r--r--src/AHFinder_output.F1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AHFinder_output.F b/src/AHFinder_output.F
index 4aceea2..4876019 100644
--- a/src/AHFinder_output.F
+++ b/src/AHFinder_output.F
@@ -543,7 +543,6 @@ c some compilers cannot trim an empty string, so we add at least one char
else
options = options(1:15) // " status=0"
end if
- options = options // " "
if (horizon) then
options = options(1:24) // " horizon=1"
else