We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4541352 commit 9290319Copy full SHA for 9290319
src/apps/bprime.cpp
@@ -273,6 +273,8 @@ int main(int argc, char* argv[]) {
273
double Bg = opts.Bg;
274
double Bc, hw;
275
276
+ mix.getComposition(opts.boundary_layer_comp, Yke.data(), Composition::MASS);
277
+
278
if (opts.pyrolysis_exist)
279
mix.getComposition(opts.pyrolysis_composition, Ykg.data(),
280
Composition::MASS);
0 commit comments