File: return.f

package info (click to toggle)
aces3 3.0.6-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 82,460 kB
  • sloc: fortran: 225,647; ansic: 20,413; cpp: 4,349; makefile: 953; sh: 137
file content (9 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9

c This routine does NOTHING. Other files will include it so rigid
c Fortran compilers have something to do when a cpp define removes all
c of the compilable code in the .f file.

      subroutine to_combat_compiler_stupidity()
      return
      end