From fa3ae79561ad444773052014efa90f21bcdf22a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Thu, 26 Aug 2021 08:50:17 +0200 Subject: [PATCH] Add "Fortran 90 Tutorial" 1996 Fortran 90 Tutorial By: Sarah T. Whitlock, Paul H. Hargrove @ Stanford University https://web.stanford.edu/class/me200c/tutorial_90/ As part of EbookFoundation/free-programming-books#5492 --- books/free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index cd3820532..4b4c8d96d 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -1461,6 +1461,7 @@ Kerridge (PDF) (email address *requested*, not required) ### Fortran * [Fortran 90 Tutorial](http://www.cs.mtu.edu/~shene/COURSES/cs201/NOTES/fortran.html) - C.-K. Shene at Michigan Technological University (HTML) +* [Fortran 90 Tutorial](https://web.stanford.edu/class/me200c/tutorial_90/) - Sarah T. Whitlock, Paul H. Hargrove at Stanford University (HTML) * [Fortran Wiki - Tutorials](http://fortranwiki.org/fortran/show/Tutorials) (HTML) * [Fortran. Lecture notes from a class (2020)](http://jupiter.ethz.ch/~pjt/fortran/FortranClass.html) - Paul Tackley (HTML) * [Introduction to Fortran](https://qc2-teaching.readthedocs.io/en/latest/programming.html) - Sebastian Ehlert, Julius Stückrath, Marcel Mueller, Marcel Stahn (HTML)