remove fvCFD.H usage from remaining library source

- exception calcType.H since it'll most likely be used for building
  applications anyhow

- use quailified names in more of the lagrangian code

- killed some tab indents in various places.
This commit is contained in:
Mark Olesen
2009-12-02 15:34:52 +01:00
parent 2f8c7782f4
commit 00985638d8
91 changed files with 829 additions and 1155 deletions

View File

@ -13,7 +13,7 @@ chosen to match those used by the ccm-format.
Here is a sample dictionary entry:
<int> // unique positive int
<int> // unique positive int
{
Label <word>; // optional
MaterialType <word>; // optional (fluid|solid)

View File

@ -394,7 +394,7 @@ void Foam::meshWriters::STARCD::writeBoundary(const fileName& prefix) const
label regionId = patchI;
if (regionId == defaultId)
{
continue; // skip - already written
continue; // skip - already written
}
else if (defaultId == -1 || regionId < defaultId)
{