Skip to content

Commit 7468642

Browse files
committed
- cleanup
1 parent 7c3e413 commit 7468642

File tree

8 files changed

+3
-737
lines changed

8 files changed

+3
-737
lines changed

Demos/FluidDemo/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ add_executable(FluidDemo
2828
${PROJECT_PATH}/Demos/Simulation/TimeManager.cpp
2929
${PROJECT_PATH}/Demos/Simulation/TimeManager.h
3030
${PROJECT_PATH}/Demos/Simulation/ParticleData.h
31-
${PROJECT_PATH}/Demos/Utils/NeighborhoodSearchSpatialHashing.cpp
32-
${PROJECT_PATH}/Demos/Utils/NeighborhoodSearchSpatialHashing.h
31+
${PROJECT_PATH}/Demos/Simulation/NeighborhoodSearchSpatialHashing.cpp
32+
${PROJECT_PATH}/Demos/Simulation/NeighborhoodSearchSpatialHashing.h
3333

3434
CMakeLists.txt
3535
)

Demos/FluidDemo/FluidModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "Demos/Utils/Config.h"
55
#include "Demos/Simulation/ParticleData.h"
66
#include <vector>
7-
#include "Demos/Utils/NeighborhoodSearchSpatialHashing.h"
7+
#include "Demos/Simulation/NeighborhoodSearchSpatialHashing.h"
88

99
namespace PBD
1010
{

Demos/Utils/ParticleData.h

Lines changed: 0 additions & 305 deletions
This file was deleted.

0 commit comments

Comments
 (0)