Skip to content

Commit

Permalink
Added missing docstring for CKMode() in TransportBase.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lavdwall committed Sep 30, 2021
1 parent 07f74ac commit 5cf1f26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/cantera/transport/TransportBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,8 @@ class Transport
//! Set root Solution holding all phase information
virtual void setRoot(std::shared_ptr<Solution> root);

//! Boolean indicating the form of the transport properties polynomial fits.
//! Returns true if the Chemkin form is used.
virtual bool CKMode() const {
throw NotImplementedError("Transport::CK_Mode");
}
Expand Down

0 comments on commit 5cf1f26

Please sign in to comment.