mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
cleanup of foamNew templates
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.1 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\ / O peration | Version: 1.5 |
|
||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
// className tool definition
|
||||
|
||||
@ -66,10 +66,10 @@ IO)
|
||||
template=foamTemplateIO
|
||||
fileType=C
|
||||
;;
|
||||
App)
|
||||
app|App)
|
||||
template=foamAppTemplate
|
||||
fileType=C
|
||||
if [ ! -d "Make" ]; then
|
||||
if [ ! -d Make ]; then
|
||||
echo "foamNew: Creating Make/files and Make/options"
|
||||
wmakeFilesAndOptions
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user