Skip to content

Commit

Permalink
include tpt-minmax in the rest of the files it is needed in
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Nov 23, 2017
1 parent c9d9f5b commit 1971efe
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/simulation/elements/FIRE.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "common/tpt-minmax.h"
#include "simulation/Elements.h"

//#TPT-Directive ElementClass Element_FIRE PT_FIRE 4
Element_FIRE::Element_FIRE()
{
Expand Down
2 changes: 2 additions & 0 deletions src/simulation/elements/FWRK.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "common/tpt-minmax.h"
#include "simulation/Elements.h"

//#TPT-Directive ElementClass Element_FWRK PT_FWRK 98
Element_FWRK::Element_FWRK()
{
Expand Down
1 change: 1 addition & 0 deletions src/simulation/elements/GRAV.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "common/tpt-minmax.h"
#include "simulation/Elements.h"

//#TPT-Directive ElementClass Element_GRAV PT_GRAV 102
Expand Down
2 changes: 2 additions & 0 deletions src/simulation/elements/PLNT.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "common/tpt-minmax.h"
#include "simulation/Elements.h"

//#TPT-Directive ElementClass Element_PLNT PT_PLNT 20
Element_PLNT::Element_PLNT()
{
Expand Down
2 changes: 2 additions & 0 deletions src/simulation/elements/PSTN.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "common/tpt-minmax.h"
#include "simulation/Elements.h"

//#TPT-Directive ElementClass Element_PSTN PT_PSTN 168
Element_PSTN::Element_PSTN()
{
Expand Down
2 changes: 2 additions & 0 deletions src/simulation/elements/VINE.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "common/tpt-minmax.h"
#include "simulation/Elements.h"

//#TPT-Directive ElementClass Element_VINE PT_VINE 114
Element_VINE::Element_VINE()
{
Expand Down
2 changes: 2 additions & 0 deletions src/simulation/elements/WOOD.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "common/tpt-minmax.h"
#include "simulation/Elements.h"

//#TPT-Directive ElementClass Element_WOOD PT_WOOD 17
Element_WOOD::Element_WOOD()
{
Expand Down

0 comments on commit 1971efe

Please sign in to comment.