From 7fd5790eb99805a69f6199a3aa040b7152221fb4 Mon Sep 17 00:00:00 2001 From: goodale Date: Sun, 28 Mar 2004 21:04:59 +0000 Subject: Fixing a typo. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3615 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/unicosmp | 4 ++-- 1 file 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 -- cgit v1.2.3