mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Annotate end of namespace and "#if"
This commit adds a few annotations to closing braces on namespaces
and one "#ifdef" conditional. This is an aid to (hopefully) avoid
the problem fixed in commit 688d65e.
This commit is contained in:
@@ -114,7 +114,7 @@ void extractInternalFaces(const UnstructuredGrid& grid,
|
||||
}
|
||||
}
|
||||
}
|
||||
} // end namespace AutoDiffHelpers
|
||||
} // end namespace AutoDiffGrid
|
||||
|
||||
#ifdef HAVE_DUNE_CORNERPOINT
|
||||
// Interface functions using CpGrid
|
||||
@@ -273,6 +273,6 @@ CellVolumeIterator endCellVolumes(const Dune::CpGrid& grid)
|
||||
{
|
||||
return CellVolumeIterator(grid, numCells(grid));
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
} // end namespace AutoDiffGrid
|
||||
#endif // HAVE_DUNE_CORNERPOINT
|
||||
} // end namespace Opm
|
||||
|
||||
Reference in New Issue
Block a user