From bdcf02fa7a5e24d6cfcf822df2935edd093e1368 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 19 Mar 2017 15:31:18 -0600 Subject: [PATCH] Update the reference to a paper that has been accepted. --- include/deal.II/grid/grid_reordering.h | 5 +++-- include/deal.II/grid/tria_objects.h | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/deal.II/grid/grid_reordering.h b/include/deal.II/grid/grid_reordering.h index 21d37ce8a7..aa09acb320 100644 --- a/include/deal.II/grid/grid_reordering.h +++ b/include/deal.II/grid/grid_reordering.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2000 - 2016 by the deal.II authors +// Copyright (C) 2000 - 2017 by the deal.II authors // // This file is part of the deal.II library. // @@ -479,7 +479,8 @@ DeclExceptionMsg (ExcMeshNotOrientable, * * Both algorithms are described in the paper "On orienting edges of * unstructured two- and three-dimensional meshes", R. Agelek, M. Anderson, W. - * Bangerth, W. L. Barth (submitted, 2016). A preprint is available as arxiv * 1512.02137. * diff --git a/include/deal.II/grid/tria_objects.h b/include/deal.II/grid/tria_objects.h index 0c45ac7d97..2357abbbc9 100644 --- a/include/deal.II/grid/tria_objects.h +++ b/include/deal.II/grid/tria_objects.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2006 - 2016 by the deal.II authors +// Copyright (C) 2006 - 2017 by the deal.II authors // // This file is part of the deal.II library. // @@ -436,7 +436,7 @@ namespace internal * we have this convention. We also know that it is always possible to * have opposite faces have parallel normal vectors. (For both things, * see the Agelek, Anderson, Bangerth, Barth paper mentioned in the - * publications list.) + * documentation of the GridReordering class.) * * The problem is that we originally had another condition, namely that * faces 0, 2 and 6 have normals that point into the cell, while the -- 2.39.5