1
0
mirror of https://github.com/TREX-CoE/fparser.git synced 2024-08-24 22:21:45 +02:00

minor update

This commit is contained in:
Ravindra Shinde 2021-03-30 16:17:04 +02:00 committed by GitHub
parent ad4af797fb
commit ce9c1c3938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,12 +39,16 @@
- The order of keyword-value pairs does not matter - The order of keyword-value pairs does not matter
- Multiple keyword-value pairs can be put in a single line - Spaces and tabs are ignored; keyword-value pairs are parsed in a free-form.
- Keywords are case insensitive. - Keywords are case insensitive.
- A default value can be set for keywords not present in the input file. - A default value can be set for keywords not present in the input file.
- Large data can be parsed using the %block structure.
- Multiple keyword-value pairs can be clubbed together in a %module structure.
## Syntax ## Syntax
@ -87,7 +91,7 @@
6. Group certain keywords using the %module construct 6. Group certain keywords using the %module construct
```perl ```Fortran
%module DMC %module DMC
tau = 0.04 tau = 0.04
etrial = -15 Ha etrial = -15 Ha