Allow read_source_bank to be distributed or not

This commit is contained in:
Paul Romano 2020-10-26 16:54:40 -05:00
parent 33b7dcfe22
commit b271399f63
3 changed files with 24 additions and 19 deletions

View file

@ -254,8 +254,8 @@ FileSource::FileSource(std::string path)
fatal_error("Specified starting source file not a source file type.");
}
// Read in the source bank
read_source_bank(file_id, sites_);
// Read in the source particles
read_source_bank(file_id, sites_, false);
// Close file
file_close(file_id);