Skip to content

Commit

Permalink
[SolutionArray] WIP Add SolutionArray::normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Mar 25, 2023
1 parent fe5b703 commit f651e49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/cantera/base/SolutionArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ class SolutionArray
//! Set the state vector for a given location.
void setState(size_t loc, const vector<double>& state);

//! Normalize mass/mole fractions
void normalize() {
// @todo needs implementation
}

/*!
* Add auxiliary component to SolutionArray. Initialization requires a subsequent
* call of setComponent.
Expand Down

0 comments on commit f651e49

Please sign in to comment.