File: DOUBLE_DEFAULT_KIND.F90

package info (click to toggle)
gftl-shared 1.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 532 kB
  • sloc: f90: 1,686; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 51 bytes parent folder | download
1
2
3
program main
   print*,kind(1.d0)
end program main