Skip to content
Snippets Groups Projects
Commit 54c37718 authored by kutscher's avatar kutscher
Browse files

fix warnings

parent cc343885
No related branches found
No related tags found
1 merge request!52Develop
......@@ -43,7 +43,7 @@ public:
RheologyBinghamModelVelocityBCAlgorithm()
{
BCAlgorithm::type = BCAlgorithm::RheologyBinghamModelVelocityBCAlgorithm;
BCAlgorithm::preCollision = false;
BCAlgorithm::preCollision = true;
}
~RheologyBinghamModelVelocityBCAlgorithm() {}
SPtr<BCAlgorithm> clone() override
......
......@@ -63,7 +63,7 @@ void VelocityBCAlgorithm::applyBC()
calcFeqFct(feq, drho, vx1, vx2, vx3);
//DEBUG
int blockID = block->getGlobalID();
//int blockID = block->getGlobalID();
rho = 1.0 + drho * compressibleFactor;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment