Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 375 Bytes

BasicFortranExamples

A collection of some simple fortran utilities and examples.

#Directory listings

##String This provides a collection of different string manipulation routines.

  • strsplit.f90 : An example of the strsplit function which takes two strings and returns an array of the substrings of the first string separated by the second string.