mirror of
https://github.com/TREX-CoE/fparser.git
synced 2024-11-03 12:43:58 +01:00
cleanup and push
This commit is contained in:
parent
eb771bc0f6
commit
b9dd45ce09
@ -206,6 +206,7 @@
|
|||||||
|
|
||||||
## Demonstration
|
## Demonstration
|
||||||
|
|
||||||
|
|
||||||
In the `parser` folder, we have included a sample `interface.F90` and `m_keywords.F90` files.
|
In the `parser` folder, we have included a sample `interface.F90` and `m_keywords.F90` files.
|
||||||
In the `interface.F90` file, we have demonstrated how keyword-values pairs, simple data blocks,
|
In the `interface.F90` file, we have demonstrated how keyword-values pairs, simple data blocks,
|
||||||
and data from external files can be read easily.
|
and data from external files can be read easily.
|
||||||
|
@ -49,7 +49,6 @@ PROGRAM interface
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
! Get all the filenames from which the data is to be read
|
! Get all the filenames from which the data is to be read
|
||||||
file_basis = fdf_load_filename('basis', 'default.gbs')
|
file_basis = fdf_load_filename('basis', 'default.gbs')
|
||||||
write(6,fmt=string_format) ' filename basis :: ', trim(file_basis)
|
write(6,fmt=string_format) ' filename basis :: ', trim(file_basis)
|
||||||
|
Loading…
Reference in New Issue
Block a user