Skip to content

Commit

Permalink
fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
alarshi committed Feb 14, 2024
1 parent 8fe04dc commit 912b0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace WorldBuilder
double min_distance;
double side_distance;
std::vector<double> center_fraction;
// currently not using the side composition, but maybe usefu if you want another composition towards the end
// currently not using the side composition, but maybe useful if you want another composition towards the end
std::vector<double> side_fraction;
std::vector<unsigned int> compositions;
Operations operation;
Expand Down
2 changes: 1 addition & 1 deletion include/world_builder/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ namespace WorldBuilder
* meshed by a grid. The axis parallel to the surface are formed by
* sections, and the axis perpendicuar to the surface are formed segments.
* Both sections and elements represent a whole cell in the grid, which is
* an inteter. This structure also provides the fraction in each direction
* an integer. This structure also provides the fraction in each direction
* the closest point on the plane is along these two axes (sections and
* segments). These variables are called fractions.
*
Expand Down

0 comments on commit 912b0a8

Please sign in to comment.