Remove unnecessary lines

This commit is contained in:
Shikhar Kumar 2019-03-12 19:51:18 -04:00
parent 5cd7db42fa
commit 58b5a265c2
3 changed files with 0 additions and 4 deletions

View file

@ -48,7 +48,6 @@ extern "C" {
void openmc_load_cmfd_tallies(const int tally_ids[4],
const int sp_tally_ids[4]);
int openmc_load_nuclide(const char* name);
bool openmc_master();
int openmc_material_add_nuclide(int32_t index, const char name[], double density);
int openmc_material_get_densities(int32_t index, int** nuclides, double** densities, int* n);
int openmc_material_get_id(int32_t index, int32_t* id);

View file

@ -1,5 +1,4 @@
#include "openmc/message_passing.h"
#include "openmc/capi.h"
namespace openmc {
namespace mpi {

View file

@ -23,6 +23,4 @@
</mesh>
<entropy_mesh>10</entropy_mesh>
<state_point batches="3 6 9" />
</settings>