Skip to content

Commit

Permalink
Adopt review suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Speth <speth@mit.edu>
  • Loading branch information
ischoegl and speth committed Jun 7, 2022
1 parent 2acc046 commit 31ab3d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion samples/cxx/gas_transport/gas_transport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "cantera/core.h"
#include "cantera/base/Array.h"

#include <fstream>
#include <iostream>
#include <fstream>

Expand Down
1 change: 0 additions & 1 deletion samples/cxx/jacobian/derivative_speed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <iomanip>
#include <numeric>
#include "cantera/core.h"
#include "cantera/numerics/eigen_sparse.h"

using namespace Cantera;

Expand Down
2 changes: 0 additions & 2 deletions src/base/Solution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ void Solution::setTransport(const std::string& model) {
if (model == "") {
setTransport(shared_ptr<Transport>(
newDefaultTransportMgr(m_thermo.get())));
} else if (model == "None") {
setTransport(shared_ptr<Transport>(newTransportMgr("None")));
} else {
setTransport(shared_ptr<Transport>(
newTransportMgr(model, m_thermo.get())));
Expand Down

0 comments on commit 31ab3d7

Please sign in to comment.