blob: ff2730eac2e4019a5fdfb71198d9749176ef7287 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** TideContext.cc.orig Sun Dec 5 15:12:17 1999
--- TideContext.cc Mon Jun 19 22:51:03 2000
***************
*** 53,59 ****
}
}
if (hfile_path.isNull())
! hfile_path = "harmonics";
harmonicsPath = new HarmonicsPath (hfile_path);
homedir = getenv ("HOME");
--- 53,59 ----
}
}
if (hfile_path.isNull())
! hfile_path = "%%PREFIX%%/share/xtide/harmonics";
harmonicsPath = new HarmonicsPath (hfile_path);
homedir = getenv ("HOME");
|