diff --git a/README.md b/README.md index c9b9bbf..0b2a69f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/parser/interface.F90 b/parser/interface.F90 index a386674..d51b83f 100644 --- a/parser/interface.F90 +++ b/parser/interface.F90 @@ -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)