Skip to content

Commit 93e9f57

Browse files
committed
Fix DAGMC bug.
1 parent 4fc003a commit 93e9f57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/dagmc.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,6 @@ void DAGUniverse::init_geometry()
266266
std::sqrt(K_BOLTZMANN * settings::temperature_default));
267267
}
268268

269-
// assign a cell density multiplier of unity
270-
c->rho_mult_.push_back(1.0);
271-
272269
model::cells.emplace_back(std::move(c));
273270
}
274271

0 commit comments

Comments
 (0)