Skip to content

Commit 9290319

Browse files
author
BBArrosDias
committed
fixing bprime to load edge composition
1 parent 4541352 commit 9290319

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apps/bprime.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ int main(int argc, char* argv[]) {
273273
double Bg = opts.Bg;
274274
double Bc, hw;
275275

276+
mix.getComposition(opts.boundary_layer_comp, Yke.data(), Composition::MASS);
277+
276278
if (opts.pyrolysis_exist)
277279
mix.getComposition(opts.pyrolysis_composition, Ykg.data(),
278280
Composition::MASS);

0 commit comments

Comments
 (0)