mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: fix library linkage (#2784), silence some unused variable warnings
This commit is contained in:
@ -775,7 +775,7 @@ label collapseBase
|
||||
{
|
||||
label nTotalSplit = 0;
|
||||
|
||||
label iter = 0;
|
||||
// label iter = 0;
|
||||
|
||||
while (true)
|
||||
{
|
||||
@ -980,7 +980,7 @@ label collapseBase
|
||||
// surf.write(fName);
|
||||
//}
|
||||
|
||||
iter++;
|
||||
// ++iter;
|
||||
}
|
||||
|
||||
// Remove any unused vertices
|
||||
|
||||
Reference in New Issue
Block a user