BUG: Correct index for wideBandAbsorptionEmission for coeff array
This commit is contained in:
parent
17df849a1a
commit
2e659a591e
@ -102,7 +102,7 @@ Foam::radiation::wideBandAbsorptionEmission::wideBandAbsorptionEmission
|
|||||||
<< nl << exit(FatalError);
|
<< nl << exit(FatalError);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
coeffs_[nSpec][nBand].initialise(specDicts.subDict(key));
|
coeffs_[nBand][nSpec].initialise(specDicts.subDict(key));
|
||||||
nSpec++;
|
nSpec++;
|
||||||
}
|
}
|
||||||
nBand++;
|
nBand++;
|
||||||
|
Loading…
Reference in New Issue
Block a user