mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
27
bin/deprecated/surfaceMeshTriangulate
Executable file
27
bin/deprecated/surfaceMeshTriangulate
Executable 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
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user