Skip to content

Commit

Permalink
expect suffix xsd for xsdir file no suffix for ace files
Browse files Browse the repository at this point in the history
  • Loading branch information
gschnabel committed Feb 28, 2024
1 parent 1c3eb5f commit 7e2a031
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions create_sublib_table_websites.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
'html_dir': join(data_dir, 'proton'),
'template': env.get_template('index_proton.jinja'),
'derived_files': {
'ace': 'ace/[iaeasym].ace',
'xdr': 'ace/[iaeasym].xdr',
'ace': 'ace/[iaeasym]',
'xsd': 'ace/[iaeasym].xsd',
'ace_plot': 'plot/[iaeasym]_ace.ps',
'njoy_inp': 'njoy/[iaeasym].nji',
'njoy_out': 'njoy/[iaeasym].out'
Expand All @@ -84,8 +84,8 @@
'html_dir': join(data_dir, 'deuteron'),
'template': env.get_template('index_deuteron.jinja'),
'derived_files': {
'ace': 'ace/[iaeasym].ace',
'xdr': 'ace/[iaeasym].xdr'
'ace': 'ace/[iaeasym]',
'xsd': 'ace/[iaeasym].xsd'
}
},
'atom': {
Expand Down

0 comments on commit 7e2a031

Please sign in to comment.