cleanup of foamNew templates

This commit is contained in:
Mark Olesen
2008-06-26 09:08:28 +02:00
parent c20da53cda
commit 7f4a999257
9 changed files with 9 additions and 442 deletions

View File

@ -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

View File

@ -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