Skip to content

Commit 15ceb54

Browse files
committed
Update comment
1 parent 2dffc5a commit 15ceb54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmc_plotter/plotmodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def generate_maps(self, work_item: PlotWorkItem):
129129
if params.get("filter_id") is not None:
130130
filter_cpp = openmc.lib.filters[params["filter_id"]]
131131

132-
# Single call replaces id_map + property_map + get_plot_bins
132+
# Get geometry and property data from OpenMC library
133133
geom_data, property_data = openmc.lib.slice_plot(
134134
origin=params["origin"],
135135
width=(params["width"], params["height"]),

0 commit comments

Comments
 (0)