mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
adding back files to be reviewed
This commit is contained in:
parent
ae28233110
commit
bc09d1ef55
1244 changed files with 301904 additions and 0 deletions
16
include/openmc/summary.h
Normal file
16
include/openmc/summary.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef OPENMC_SUMMARY_H
|
||||
#define OPENMC_SUMMARY_H
|
||||
|
||||
#include <hdf5.h>
|
||||
|
||||
namespace openmc {
|
||||
|
||||
void write_summary();
|
||||
void write_header(hid_t file);
|
||||
void write_nuclides(hid_t file);
|
||||
void write_geometry(hid_t file);
|
||||
void write_materials(hid_t file);
|
||||
|
||||
}
|
||||
|
||||
#endif // OPENMC_SUMMARY_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue