STYLE: dictionaries: update version number

This commit is contained in:
mattijs
2011-06-10 17:22:56 +01:00
parent d3c5b9bd3c
commit 4f47ff0219
51 changed files with 64 additions and 178 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / O peration | Version: 2.0.0 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object remapping;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -25,7 +24,6 @@ cellTable
cat1 ( CAT1 "cat1_(Back|Front|Gamma)" );
}
// rename boundary regions
// newName oldName;
boundaryRegion
@ -35,5 +33,4 @@ boundaryRegion
inlet_6 inlet_3;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //