Fix include path

parent 9d1d000d
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "../SWE_BlockCUDA.hh" #include "../SWE_BlockCUDA.hh"
#include "../scenarios/SWE_Scenario.h" #include "../scenarios/SWE_Scenario.h"
#include "../scenarios/SWE_VisInfo.h" #include "../scenarios/SWE_VisInfo.hh"
void checkCUDAError(const char *msg); void checkCUDAError(const char *msg);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#ifndef SWEASAGISCENARIO_VIS_HPP_ #ifndef SWEASAGISCENARIO_VIS_HPP_
#define SWEASAGISCENARIO_VIS_HPP_ #define SWEASAGISCENARIO_VIS_HPP_
#include "SWE_VisInfo.h" #include "SWE_VisInfo.hh"
class SWE_AsagiJapanSmallVisInfo : public SWE_VisInfo class SWE_AsagiJapanSmallVisInfo : public SWE_VisInfo
{ {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
// along with SWE_CUDA. If not, see <http://www.gnu.org/licenses/>. // along with SWE_CUDA. If not, see <http://www.gnu.org/licenses/>.
// ===================================================================== // =====================================================================
#include "SWE_VisInfo.h" #include "SWE_VisInfo.hh"
/** /**
* VisInfo "Bathymetry Dam Break": * VisInfo "Bathymetry Dam Break":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment