Skip to content

Collection of modules with subroutines and functions for Fortan 90 from various places

License

Notifications You must be signed in to change notification settings

YouFoundJK/fortran-90-snippet-collection

 
 

Repository files navigation

Fortran modules and snippets collection

Collection of modules with subroutines and functions for fortan from various places,aim is to make subroutines way simpler than ones in LAPACK.

Feel free to use,contribute,create issues and pull requests.

Using the following line in fortran to use the module from another file or directly copy paste the whole module before the main program

INCLUDE 'file.ext'

Add the following line to use the module in the program

program main
  use 'module_name'
  implicit none
  !(program)
end program main

About

Collection of modules with subroutines and functions for Fortan 90 from various places

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 96.5%
  • C 2.1%
  • Makefile 1.4%