Skip to content

Commit

Permalink
readded initialization of all materials map in initializeFlatSourceRe…
Browse files Browse the repository at this point in the history
…gions
  • Loading branch information
samuelshaner committed Jan 30, 2015
1 parent 62feab7 commit a94dbfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,9 @@ void Geometry::initializeFlatSourceRegions() {
/* Subdivide Cells into sectors and rings */
subdivideCells();

/* Create map of Material IDs to Material pointers */
_all_materials = getAllMaterials();

/* Initialize CMFD */
if (_cmfd != NULL)
initializeCmfd();
Expand Down

0 comments on commit a94dbfa

Please sign in to comment.