Missing space

This commit is contained in:
Shikhar Kumar 2019-04-19 00:56:09 -04:00
parent c253a0e6f8
commit 8c354b0e60

View file

@ -313,7 +313,7 @@ openmc_load_cmfd_tallies(const int* tally_ids, const int* sp_tally_ids)
hid_t tallies_group = open_group(file_id, "tallies");
int n_tallies = 4;
for (int i =0; i < n_tallies; i++) {
for (int i = 0; i < n_tallies; i++) {
std::string name = "tally " + std::to_string(sp_tally_ids[i]);
hid_t tally_group = open_group(tallies_group, name.c_str());
// Get tally from tally_ids