summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-28 21:04:59 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-28 21:04:59 +0000
commit7fd5790eb99805a69f6199a3aa040b7152221fb4 (patch)
treeeae7ff894b98dfa6f38e110940a4114539cf9479
parentd367e59be5f47c60dfeac0ad70ab6c6276a86658 (diff)
Fixing a typo.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3615 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/make/known-architectures/unicosmp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/known-architectures/unicosmp b/lib/make/known-architectures/unicosmp
index db28c8ad..74f8d630 100644
--- a/lib/make/known-architectures/unicosmp
+++ b/lib/make/known-architectures/unicosmp
@@ -6,7 +6,7 @@
# @desc
#
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/unicosmp,v 1.2 2004-03-28 21:03:03 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/unicosmp,v 1.3 2004-03-28 21:04:59 goodale Exp $
# @@*/
if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
@@ -16,7 +16,7 @@ if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
echo Setting Fortran 90 compiler to $F90
fi
if test -z "$F77"; then
- F90="ftn"
+ F77="ftn"
echo Setting Fortran 77 compiler to $F77
fi