mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Correct index for wideBandAbsorptionEmission for coeff array
This commit is contained in:
@ -102,7 +102,7 @@ Foam::radiation::wideBandAbsorptionEmission::wideBandAbsorptionEmission
|
||||
<< nl << exit(FatalError);
|
||||
}
|
||||
}
|
||||
coeffs_[nSpec][nBand].initialise(specDicts.subDict(key));
|
||||
coeffs_[nBand][nSpec].initialise(specDicts.subDict(key));
|
||||
nSpec++;
|
||||
}
|
||||
nBand++;
|
||||
|
||||
Reference in New Issue
Block a user