Browse Source

Fix syntax

tags/v0.3.14^2
Martin Kroeker GitHub 4 years ago
parent
commit
697e64bbb6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      f_check

+ 1
- 1
f_check View File

@@ -303,7 +303,7 @@ if (!$?) {
}
}

if ( $vendor == NAG) {
if ( $vendor eq "NAG") {
$link = `$compiler $openmp -dryrun ftest2.f 2>&1 && rm -f a.out a.exe`;
}
$linker_L = "";


Loading…
Cancel
Save