Skip to content

Commit

Permalink
Fixing indentation
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan W. Weber <bryan.w.weber@gmail.com>
  • Loading branch information
2 people authored and gkogekar committed Apr 14, 2021
1 parent ffafe40 commit 228d802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cantera/thermo/PengRobinson.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PengRobinson : public MixtureFugacityTP
* first phase definition in the input file will be used.
*/
explicit PengRobinson(const std::string& infile="",
const std::string& id="");
const std::string& id="");

virtual std::string type() const {
return "PengRobinson";
Expand Down

0 comments on commit 228d802

Please sign in to comment.