mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -25,10 +25,10 @@ License
|
||||
Description
|
||||
Surface coarsening using 'bunnylod':
|
||||
|
||||
Polygon Reduction Demo
|
||||
By Stan Melax (c) 1998
|
||||
mailto:melax@cs.ualberta.ca
|
||||
http://www.cs.ualberta.ca/~melax
|
||||
Polygon Reduction Demo
|
||||
By Stan Melax (c) 1998
|
||||
mailto:melax@cs.ualberta.ca
|
||||
http://www.cs.ualberta.ca/~melax
|
||||
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -55,7 +55,7 @@ int mapVertex(::List<int>& collapse_map, int a, int mx)
|
||||
}
|
||||
while (a >= mx)
|
||||
{
|
||||
a = collapse_map[a];
|
||||
a = collapse_map[a];
|
||||
}
|
||||
return a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user