wip add MCPL-out to openmc

code for writing a source_bank/point compiles but is untested
This commit is contained in:
erkn 2022-09-06 02:22:21 +02:00 committed by Erik B Knudsen
parent bdc76d95fc
commit 6bceb7c30c
2 changed files with 1 additions and 6 deletions

View file

@ -503,12 +503,6 @@ SourceSite MCPLFileSource::read_single_particle() const
return omc_particle_;
}
#endif //OPENMC_MCPL
=======
>>>>>>> 380cfc150b449ef56debb5261caa010a52c42bdd
=======
#endif
>>>>>>> 71568d4f4 (refactor MCPL file read part of FileSource)
>>>>>>> 55f2be19e (refactor MCPL file read part of FileSource)
//==============================================================================
// Non-member functions

View file

@ -643,6 +643,7 @@ void write_mcpl_source_point(const char *filename, bool surf_source_bank)
}
#endif
void write_source_bank(hid_t group_id, bool surf_source_bank)
{
hid_t banktype = h5banktype();