mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
Applying formatter
This commit is contained in:
parent
6f0c6f5296
commit
d0988327fe
7 changed files with 86 additions and 66 deletions
|
|
@ -94,7 +94,7 @@ IndependentSource::IndependentSource(pugi::xml_node node)
|
|||
space_ = UPtrSpace {new CylindricalIndependent(node_space)};
|
||||
} else if (type == "spherical") {
|
||||
space_ = UPtrSpace {new SphericalIndependent(node_space)};
|
||||
} else if (type =="mesh"){
|
||||
} else if (type == "mesh") {
|
||||
space_ = UPtrSpace {new MeshSpatial(node_space)};
|
||||
} else if (type == "box") {
|
||||
space_ = UPtrSpace {new SpatialBox(node_space)};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue