aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_gau.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/AHFinder_gau.F')
-rw-r--r--src/AHFinder_gau.F10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/AHFinder_gau.F b/src/AHFinder_gau.F
index 4f2f0b9..89e51c4 100644
--- a/src/AHFinder_gau.F
+++ b/src/AHFinder_gau.F
@@ -1,4 +1,4 @@
-c/*@@
+/*@@
c @file AHFinder_gau.F
c @date October 1998
c @author Miguel Alcubierre
@@ -1105,14 +1105,14 @@ cc#endif
if (find3) then
if (mfind.eq.0) then
- gaussf = filestr(1:nfile)//"mahf_0.gauss"
+ gaussf = filestr(1:nfile)//"/mahf_0.gauss"
else if (mfind.eq.1) then
- gaussf = filestr(1:nfile)//"mahf_1.gauss"
+ gaussf = filestr(1:nfile)//"/mahf_1.gauss"
else if (mfind.eq.2) then
- gaussf = filestr(1:nfile)//"mahf_2.gauss"
+ gaussf = filestr(1:nfile)//"/mahf_2.gauss"
end if
else
- gaussf = filestr(1:nfile)//"mahf.gauss"
+ gaussf = filestr(1:nfile)//"/mahf.gauss"
end if