Skip to content

Commit d4f9571

Browse files
committed
Refs #255. Didn't use f77 compiler.
1 parent 937d838 commit d4f9571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

f_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $compiler = "" if $compiler eq "f77";
2424

2525
if ($compiler eq "") {
2626

27-
@lists = ("f77", "g77", "g95", "gfortran", "frt", "fort", "openf90", "openf95",
27+
@lists = ("g77", "g95", "gfortran", "frt", "fort", "openf90", "openf95",
2828
"sunf77", "sunf90", "sunf95",
2929
"xlf95", "xlf90", "xlf",
3030
"ppuf77", "ppuf95", "ppuf90", "ppuxlf",

0 commit comments

Comments
 (0)