SeismicData / asdf-library

Adaptable Seismic Data Format
16 stars 10 forks source link

parser for specfem type parameter file #7

Closed mpbl closed 9 years ago

mpbl commented 9 years ago

to create provenance information.

QuLogic commented 9 years ago

New warnings (I think from here):

[ 75%] Building C object examples/CMakeFiles/parse_parfile_example.dir/parse_parfile_example.c.o
.../asdf-library/examples/parse_parfile_example.c: In function ‘main’:
.../asdf-library/examples/parse_parfile_example.c:31:3: warning: implicit declaration of function ‘ASDF_generate_par_file_provenance’ [-Wimplicit-function-declaration]
   ASDF_generate_par_file_provenance(
   ^
.../asdf-library/examples/parse_parfile_example.c:49:3: warning: implicit declaration of function ‘ASDF_clean_par_file_provenance’ [-Wimplicit-function-declaration]
   ASDF_clean_par_file_provenance(prov);
   ^