From c0e50c5376f5a061b91a48192d8546cd6fa62e43 Mon Sep 17 00:00:00 2001 From: Spencer Patty Date: Thu, 11 Feb 2016 15:48:25 -0600 Subject: [PATCH] add changelog entry for changes to GridTools::build_triangulation_from_patches to support perturbed vertices. --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index cabaf25569..5f0e39a585 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -57,6 +57,13 @@ inconvenience this causes.
    +
  1. Fixed: The GridTools::build_triangulation_from_patches() function now + also copies the locations of vertices from the cells of the source + triangulation to the triangulation that is built from the list of patch cells. +
    + (Spencer Patty, 2016/02/11) +
  2. +
*/ -- 2.39.5