Skip to content

Commit da41cdb

Browse files
committed
// -> /*--- ---*/
1 parent 12d132e commit da41cdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/src/interface_interpolation/CInterpolator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ void CInterpolator::ReconstructBoundary(unsigned long val_zone, int val_marker)
187187
// global point IDs of all domain vertices on the marker
188188
su2vector<unsigned long> Buffer_Send_GlobalPoint(nVertex);
189189

190-
// Assign to each domain vertex on the marker, identified by local point ID,
191-
// a set of surface-neighbor vertices on the marker, identified by global point ID.
190+
/*--- Assign to each domain vertex on the marker, identified by local point ID,
191+
* a set of surface-neighbor vertices on the marker, identified by global point ID. ---*/
192192
unordered_map<unsigned long, set<unsigned long> > neighbors;
193193

194194
/*--- Define or initialize them. ---*/

0 commit comments

Comments
 (0)