mit-crpg / benchmarks

Collection of models for reactor physics benchmarks
MIT License
48 stars 51 forks source link

Add back S(a,b) tables that were missing #38

Closed paulromano closed 5 years ago

paulromano commented 5 years ago

When I had added generate_materials.py scripts to generate materials.xml (after <element> was removed from XML), the scripts that I used to generate the .py files mistakenly did not add lines for calling mat.add_s_alpha_beta(...), so effectively S(a,b) tables were removed from all the models. This just simply adds those back in.