mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Remove unnecessary lines
This commit is contained in:
parent
5cd7db42fa
commit
58b5a265c2
3 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#include "openmc/message_passing.h"
|
||||
#include "openmc/capi.h"
|
||||
|
||||
namespace openmc {
|
||||
namespace mpi {
|
||||
|
|
|
|||
|
|
@ -23,6 +23,4 @@
|
|||
</mesh>
|
||||
<entropy_mesh>10</entropy_mesh>
|
||||
|
||||
<state_point batches="3 6 9" />
|
||||
|
||||
</settings>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue