From 6836879c1237dff283c68b71649dd2f22f841f1c Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Mon, 15 Jun 2015 12:10:08 +0200 Subject: [PATCH] [Changelog] Add entry for "AddTopLayer" tool. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5131d16a0c6..aa30ad6b1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The second release of ogs6 introduces Neumann boundary conditions and VTK result - [Support for new cross-platform IDE CLion](http://docs.opengeosys.org/docs/devguide/development-workflows/development-ides#clion) - Add gradual refinement to the structured mesh generator [PR #539](https://github.com/ufz/ogs/pull/539) - Add a command line tool "queryMesh" to search mesh information [PR #665](https://github.com/ufz/ogs/pull/665) +- Add a command line tool "AddTopLayer" to add an additional top layer (for example a soil layer, see also the [documentation](http://docs.opengeosys.org/docs/tools/meshing/addtoplayer)) [PR #649](https://github.com/ufz/ogs/pull/649) ### Fixes -- GitLab