Skip to content

Commit 08af5ad

Browse files
jipweslleyspereira
authored andcommitted
Revert "filenames fixed: extension to lower case"
This reverts commit ae465cc. That commit to revert was wrong: an upper-case file extension enables preprocessing (see https://gcc.gnu.org/onlinedocs/gfortran/Preprocessing-Options.html) which is required to parse #if defined(_OPENMP) directives correctly.
1 parent 3ffcfe1 commit 08af5ad

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

SRC/iparam2stage.f renamed to SRC/iparam2stage.F

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
*
88
*> \htmlonly
99
*> Download IPARAM2STAGE + dependencies
10-
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/iparam2stage.f">
10+
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/iparam2stage.F">
1111
*> [TGZ]</a>
12-
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/iparam2stage.f">
12+
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/iparam2stage.F">
1313
*> [ZIP]</a>
14-
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/iparam2stage.f">
14+
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/iparam2stage.F">
1515
*> [TXT]</a>
1616
*> \endhtmlonly
1717
*
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)