dustming / BasicFortranExamples

A collection of some simple fortran utilities and examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of some simple fortran utilities and examples.

License:GNU General Public License v3.0


Languages

Language:Fortran 100.0%