Skip to content

Commit

Permalink
Update IndexedSurfacesGenerator.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger authored Nov 12, 2024
1 parent 8e625ad commit 95f13d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct IndexedSurfacesGenerator {
surface_container surfaces = {};
// Indices of surfaces that are to be assigned to all bins
std::vector<std::size_t> assignToAll = {};
/// The axis directions for the binning
/// The axis directions for the indexing
std::vector<AxisDirection> axisDirections = {};
// Bin expansion
std::vector<std::size_t> binExpansion = {};
Expand Down

0 comments on commit 95f13d6

Please sign in to comment.