STYLE: surfaceMeshTriangulate renamed to surfaceMeshExtract

- the utility had automatic triangulation removed some time ago, but
  never changed its name.

- catch old uses with a surfaceMeshTriangulate deprecated script
This commit is contained in:
Mark Olesen
2018-12-21 18:37:39 +01:00
parent 2c70dfc51d
commit 855faae858
10 changed files with 38 additions and 10 deletions

View File

@ -0,0 +1,27 @@
#!/bin/sh
#------------------------------------------------------------------------------
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2018 OpenCFD Ltd.
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
# This file is part of OpenFOAM, licensed under GNU General Public License
# <http://www.gnu.org/licenses/>.
#
# File
# surfaceMeshTriangulate
#
# Description
# Renamed surfaceMeshTriangulate to surfaceMeshExtract (2018-12-21)
#
#------------------------------------------------------------------------------
echo
echo "FOAM FATAL"
echo "${0##*/} has been superceded by surfaceMeshExtract (DEC-2018)"
exit 1
#------------------------------------------------------------------------------