Skip to content
Snippets Groups Projects
Commit 8a50f3e9 authored by Kutscher's avatar Kutscher
Browse files

fix unused variables

parent bbb2ec2b
No related branches found
No related tags found
1 merge request!225Refactoring of CPU code
......@@ -267,7 +267,7 @@ void WriteSharpInterfaceQuantitiesSimulationObserver::addDataMQ(SPtr<Block3D> bl
real rhoH = 1.0;
real rhoL = 1.0 / densityRatio;
// real rhoToPhi = (1.0 - 1.0/densityRatio);
real rhoToPhi = (rhoH - rhoL) / (phiH - phiL);
//real rhoToPhi = (rhoH - rhoL) / (phiH - phiL);
// rho = phi[ZERO] + (1.0 - phi[ZERO])*1.0/densityRatio;
......
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