Skip to content

Commit 5c86bc1

Browse files
committed
fix old hydro_forces.h includes
1 parent 73d43c8 commit 5c86bc1

26 files changed

Lines changed: 25 additions & 44 deletions

demos/DeepCWind/demo_DeepCWind_decay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <hydroc/gui/guihelper.h>
22
#include <hydroc/helper.h>
3-
#include <hydroc/hydro_forces.h>
3+
#include <hydroc/hydro_system.h>
44

55
#include <chrono/core/ChRealtimeStep.h>
66
#include <chrono/physics/ChBodyEasy.h>

demos/f3of/demo_f3of_dt1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <hydroc/gui/guihelper.h>
22
#include <hydroc/helper.h>
3-
#include <hydroc/hydro_forces.h>
3+
#include <hydroc/hydro_system.h>
44

55
#include <chrono/core/ChRealtimeStep.h>
66
#include <chrono/physics/ChBodyEasy.h>

demos/f3of/demo_f3of_dt2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <hydroc/gui/guihelper.h>
22
#include <hydroc/helper.h>
3-
#include <hydroc/hydro_forces.h>
3+
#include <hydroc/hydro_system.h>
44

55
#include <chrono/core/ChRealtimeStep.h>
66
#include <chrono/physics/ChBodyEasy.h>

demos/f3of/demo_f3of_dt3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <hydroc/gui/guihelper.h>
22
#include <hydroc/helper.h>
3-
#include <hydroc/hydro_forces.h>
3+
#include <hydroc/hydro_system.h>
44

55
#include <chrono/core/ChRealtimeStep.h>
66
#include <chrono/physics/ChBodyEasy.h>

demos/oswec/demo_oswec_decay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <hydroc/gui/guihelper.h>
22
#include <hydroc/helper.h>
3-
#include <hydroc/hydro_forces.h>
3+
#include <hydroc/hydro_system.h>
44

55
#include <chrono/core/ChRealtimeStep.h>
66
#include <chrono/physics/ChBodyEasy.h>

demos/oswec/demo_oswec_reg_waves.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <hydroc/gui/guihelper.h>
22
#include <hydroc/helper.h>
3-
#include <hydroc/hydro_forces.h>
3+
#include <hydroc/hydro_system.h>
44

55
#include <chrono/core/ChRealtimeStep.h>
66
#include <chrono/physics/ChBodyEasy.h>

demos/rm3/demo_rm3_decay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <hydroc/gui/guihelper.h>
22
#include <hydroc/helper.h>
3-
#include <hydroc/hydro_forces.h>
3+
#include <hydroc/hydro_system.h>
44

55
#include <chrono/core/ChRealtimeStep.h>
66
#include <chrono/physics/ChBodyEasy.h>

demos/rm3/demo_rm3_reg_waves.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <hydroc/gui/guihelper.h>
22
#include <hydroc/helper.h>
3-
#include <hydroc/hydro_forces.h>
3+
#include <hydroc/hydro_system.h>
44
#include <hydroc/logging.h>
55

66
#include <chrono/core/ChRealtimeStep.h>

demos/sphere/demo_sphere_decay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <hydroc/gui/guihelper.h>
22
#include <hydroc/helper.h>
3-
#include <hydroc/hydro_forces.h>
3+
#include <hydroc/hydro_system.h>
44

55
#include <chrono/core/ChRealtimeStep.h>
66
#include <chrono/physics/ChBodyEasy.h>

demos/sphere/demo_sphere_irreg_waves.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include <hydroc/gui/guihelper.h>
1212
#include <hydroc/helper.h>
13-
#include <hydroc/hydro_forces.h>
13+
#include <hydroc/hydro_system.h>
1414

1515
// Use the namespaces of Chrono
1616
using namespace chrono;

0 commit comments

Comments
 (0)