SAnsell / CombLayer

MCNP(X) project builder using C++
GNU General Public License v3.0
14 stars 13 forks source link

Mixtures with Void #84

Closed kbat closed 6 years ago

kbat commented 6 years ago

Before I forget: I observe the mixtures with Void have density of original material. Example:

./ess -r -v ` H2O AA ./ess -r -v TopPreModMat1x0 H2O%Void%80.0 BB

then diff AA1.x and BB1.x show that densities of TopPreModMat1x0 are the same.

SAnsell commented 6 years ago

I think this is fixed [hopefully] -- thx

kbat commented 6 years ago

Confirm that it's fixed. Thank you!