Skip to content

Commit

Permalink
Merge pull request libantioch#266 from pbauman/blottner-fix
Browse files Browse the repository at this point in the history
Fix grabbing wrong mixture in Blotter data parsing
  • Loading branch information
pbauman authored Jul 26, 2018
2 parents e17822d + 7616ded commit 815c365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsing/src/blottner_parsing.C
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace Antioch

// If we requested Blottner viscosity for our mixture, we'd better
// have Blottner viscosity data for every species in our mixture.
const TransportMixture<NumericType>& trans_mixture = mu.chemical_mixture();
const TransportMixture<NumericType> & trans_mixture = mu.transport_mixture();
const unsigned int n_species = trans_mixture.n_species();

if (mu.species_viscosities().size() < n_species)
Expand Down

0 comments on commit 815c365

Please sign in to comment.