Skip to content

Commit

Permalink
update cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
thermalogic committed Mar 5, 2021
1 parent 5d5d086 commit b662f73
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions cpp/include/boiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
class Boiler : public CompBase
{
public:
double heatAdded;
// methods
// methods
Boiler(umComponent dictComp);
~Boiler();

Expand Down
1 change: 0 additions & 1 deletion cpp/include/pump.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
class Pump : public CompBase
{
public:
double workRequired;
double ef;
// methods
Pump(umComponent dictComp);
Expand Down
2 changes: 0 additions & 2 deletions cpp/include/turbineex0.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class TurbineEx0 : public CompBase
{
public:
double ef;
double workExtracted;

// methods
TurbineEx0(umComponent dictComp);
~TurbineEx0();
Expand Down
2 changes: 0 additions & 2 deletions cpp/include/turbineex1.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class TurbineEx1 : public CompBase
{
public:
double ef;
double workExtracted;

// methods
TurbineEx1(umComponent dictComp);
~TurbineEx1();
Expand Down

0 comments on commit b662f73

Please sign in to comment.