mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
including write_message access from the C side
This commit is contained in:
parent
8c2a88243b
commit
a1a033f1b7
4 changed files with 31 additions and 3 deletions
|
|
@ -19,8 +19,7 @@ add_mgxs_c(hid_t file_id, char* name, const int energy_groups,
|
|||
double_1dvec temperature;
|
||||
temperature.assign(temps, temps + n_temps);
|
||||
|
||||
// TODO: C++ replacement for write_message
|
||||
// write_message("Loading " + std::string(names[i]) + " data...", 6);
|
||||
write_message("Loading " + std::string(name) + " data...", 6);
|
||||
|
||||
// Check to make sure cross section set exists in the library
|
||||
hid_t xs_grp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue