Skip to content

Commit db58122

Browse files
committed
Removed outdated references to phy++ in comments
1 parent cbac8fc commit db58122

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/scripts/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# The script sequence is:
77
#
8-
# 1) Download the CFITSIO, WCSLib and phy++ libraries and build them
8+
# 1) Download the CFITSIO, WCSLib and vif libraries and build them
99
# 2) Download EGG, build it, install it
1010
#
1111
# To use this script, just make it executable, and run it. Your current
@@ -31,7 +31,7 @@
3131
# system-wise or if you do not have root access on your computer. In any
3232
# case this has to be an absolute path.
3333
#
34-
# See the INSTALL file in the phy++ directory or the doc.pdf file
34+
# See the INSTALL file in the vif directory or the doc.pdf file
3535
# in the EGG directory if you get into trouble.
3636

3737
# Example:
@@ -54,7 +54,7 @@ function abort {
5454
echo ""
5555
echo "Oops, there was an error in the installation process."
5656
echo "Make sure that all the dependencies are properly installed"
57-
echo "and that your compiler is supported by phy++."
57+
echo "and that your compiler is supported by 'vif'."
5858
echo ""
5959
cd $TMP_DIR
6060
exit 1
@@ -111,7 +111,7 @@ cd $TMP_DIR
111111

112112

113113
# -----------------------------------------
114-
# The phy++ library
114+
# The vif library
115115
# -----------------------------------------
116116

117117
# Download and extract it

0 commit comments

Comments
 (0)