fix compiler warnings

This commit is contained in:
JamesEMcclure
2021-06-09 14:40:07 -04:00
parent c463c5182e
commit f0f9d6405e
3 changed files with 25 additions and 28 deletions

View File

@@ -2104,7 +2104,7 @@ double FlowAdaptor::UpdateFractionalFlow(ScaLBL_ColorModel &M){
void FlowAdaptor::Flatten(ScaLBL_ColorModel &M){
int Np = M.Np;
double dA, dB, phi;
double dA, dB;
double *Aq_tmp, *Bq_tmp;