We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dffc5a commit 15ceb54Copy full SHA for 15ceb54
1 file changed
openmc_plotter/plotmodel.py
@@ -129,7 +129,7 @@ def generate_maps(self, work_item: PlotWorkItem):
129
if params.get("filter_id") is not None:
130
filter_cpp = openmc.lib.filters[params["filter_id"]]
131
132
- # Single call replaces id_map + property_map + get_plot_bins
+ # Get geometry and property data from OpenMC library
133
geom_data, property_data = openmc.lib.slice_plot(
134
origin=params["origin"],
135
width=(params["width"], params["height"]),
0 commit comments