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
parent 179df58685
commit e3fbeac636
2 changed files with 1 additions and 6 deletions

View file

@ -457,12 +457,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

@ -642,6 +642,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();