Skip to content

Commit 0170d6c

Browse files
authored
Merge branch 'master' into master
2 parents 64c0631 + 97ec997 commit 0170d6c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/apps/bprime.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ using namespace Mutation::Utilities;
4444
* @page bprime B' Solver (bprime)
4545
* __Usage__:
4646
*
47-
* bprime -T \f$T_1:\Delta T:T_2\f$ -p
48-
* \f$p\f$ -b \f$B'_g\f$ -m mixture -bl BL -py Pyrolysis
47+
* bprime \f$-T\f$ \f$T_1\f$:\f$\Delta T\f$:\f$T_2\f$ \f$-p\f
48+
* \f$p\f$ \f$-b\f \f$B'_g\f$ \f$-m\f mixture \f$-bl\f BL \f$-py \f Pyrolysis
4949
*
5050
* This program generates a so-called "B-prime" table for a given temperature
5151
* range and stepsize in K, a fixed pressure in Pa, a value of \f$B'_g\f$
@@ -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)