forgot parhentesis
This commit is contained in:
parent
7e8c37828f
commit
8b3a6b76f6
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ msr_bw_geom = openmc.deplete.msr.MsrBatchwiseGeom(op, model, axis = 2,
|
|||
|
||||
msr_bw_mat = openmc.deplete.msr.MsrBatchwiseMat(op, model,
|
||||
mat_id_or_name = 'salt',
|
||||
refuel_vector = {'U235':1,
|
||||
refuel_vector = {'U235':1},
|
||||
bracket = [1e2,1e3], #grams
|
||||
bracket_limit = [0,1e5], #grams
|
||||
atom_density_limit = 1e10, #atoms/cm3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue