Move score_*_derivative to C++

This commit is contained in:
Sterling Harper 2019-02-10 18:43:48 -05:00
parent 2286b245bb
commit cdb10ef2cc
4 changed files with 147 additions and 151 deletions

View file

@ -176,6 +176,8 @@ private:
//! Checks for the right version of nuclear data within HDF5 files
void check_data_version(hid_t file_id);
extern "C" bool multipole_in_range(const Nuclide* nuc, double E);
//==============================================================================
// Global variables
//==============================================================================