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

cleanup and push

This commit is contained in:
Ravindra Shinde 2021-03-26 06:40:19 +01:00
parent eb771bc0f6
commit b9dd45ce09
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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)