mirror of
https://github.com/TREX-CoE/fparser.git
synced 2025-01-02 17:45:59 +01:00
cleanup and push
This commit is contained in:
parent
eb771bc0f6
commit
b9dd45ce09
@ -206,7 +206,8 @@
|
||||
|
||||
## Demonstration
|
||||
|
||||
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,
|
||||
and data from external files can be read easily.
|
||||
|
||||
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,
|
||||
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
|
||||
file_basis = fdf_load_filename('basis', 'default.gbs')
|
||||
write(6,fmt=string_format) ' filename basis :: ', trim(file_basis)
|
||||
|
Loading…
Reference in New Issue
Block a user