mirror of
https://github.com/TREX-CoE/fparser.git
synced 2024-11-03 12:43:58 +01:00
minor update
This commit is contained in:
parent
ad4af797fb
commit
ce9c1c3938
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user