PDA

View Full Version : FORTRAN modules



xtacocorex
February 12th, 2007, 02:05 AM
For any of you FORTRAN programmers out there, I have two modules I just wrote and released under the GPL.

1) chchange:
Module has two functions that will either take a character array and convert it to an integer or real variable.

2) fgetopt:
Similar to the C/C++ getopt() function with a slight feel of how Python does it with lists. I do it with a specific type. Includes a driver program for an example of how to use it.

They can be found here: http://aeronerd.wordpress.com/projects/general-fortran-codes/