mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
add cond. compilation guards for MCPL functions
This commit is contained in:
parent
8b78374934
commit
172fec2356
1 changed files with 0 additions and 2 deletions
|
|
@ -603,7 +603,6 @@ void write_source_point(const char* filename, bool surf_source_bank)
|
|||
file_close(file_id);
|
||||
}
|
||||
|
||||
|
||||
#ifdef OPENMC_MCPL
|
||||
void write_mcpl_source_point(const char *filename, bool surf_source_bank)
|
||||
{
|
||||
|
|
@ -642,7 +641,6 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue