summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.f90
Commit message (Collapse)AuthorAgeFilesLines
* Add support for kind paramter for integer and real typesGaurav Jain2014-04-171-0/+8
Integers and reals can have an optional kind parameter specified with an underscore. This could have the format of any variable name. Additionally added example file to demonstrate usage.