mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
wip add MCPL-out to openmc
code for writing a source_bank/point compiles but is untested
This commit is contained in:
parent
bdc76d95fc
commit
6bceb7c30c
2 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue