Skip to content

Commit 1a9776e

Browse files
committed
typo
1 parent 0e00aa5 commit 1a9776e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/src/geometry/CMultiGridGeometry.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ CMultiGridGeometry::CMultiGridGeometry(CGeometry* fine_grid, CConfig* config, un
3636
/*--- Create a queue system to do the agglomeration
3737
1st) More than two markers ---> Vertices (never agglomerate)
3838
2nd) Two markers ---> Edges (agglomerate if same BC, never agglomerate if different BC)
39-
3rd) One marker ---> Surface (always agglomarate)
40-
4th) No marker ---> Internal Volume (always agglomarate) ---*/
39+
3rd) One marker ---> Surface (always agglomerate)
40+
4th) No marker ---> Internal Volume (always agglomerate) ---*/
4141

4242
/*--- Set a marker to indicate indirect agglomeration, for quads and hexs,
4343
i.e. consider up to neighbors of neighbors of neighbors.

0 commit comments

Comments
 (0)