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:
Bård Skaflestad
2014-04-09 23:53:20 +02:00
parent 0f98ce7d6c
commit c3bb686600

View File

@@ -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