Address easy comments from @wbinventor

This commit is contained in:
Paul Romano 2017-02-22 14:50:16 -06:00
parent 8059854a77
commit 58bb9c18ee
9 changed files with 53 additions and 64 deletions

View file

@ -1303,7 +1303,7 @@
},
"outputs": [],
"source": [
"# Create an OpenMOC Geometry from the OpenCG Geometry\n",
"# Create an OpenMOC Geometry from an equivalent OpenCG Geometry\n",
"opencg_geometry = get_opencg_geometry(mgxs_lib.geometry)\n",
"openmoc_geometry = get_openmoc_geometry(opencg_geometry)"
]