Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
SWE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
SWE
Commits
f24208e6
Commit
f24208e6
authored
Oct 31, 2012
by
Sebastian Rettenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix include path
parent
9d1d000d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
simulation.h
src/opengl/simulation.h
+1
-1
SWE_AsagiScenario_vis.hpp
src/scenarios/SWE_AsagiScenario_vis.hpp
+1
-1
SWE_simple_scenarios_vis.h
src/scenarios/SWE_simple_scenarios_vis.h
+1
-1
No files found.
src/opengl/simulation.h
View file @
f24208e6
...
@@ -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.h
h
"
void
checkCUDAError
(
const
char
*
msg
);
void
checkCUDAError
(
const
char
*
msg
);
...
...
src/scenarios/SWE_AsagiScenario_vis.hpp
View file @
f24208e6
...
@@ -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.h
h
"
class
SWE_AsagiJapanSmallVisInfo
:
public
SWE_VisInfo
class
SWE_AsagiJapanSmallVisInfo
:
public
SWE_VisInfo
{
{
...
...
src/scenarios/SWE_simple_scenarios_vis.h
View file @
f24208e6
...
@@ -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.h
h
"
/**
/**
* VisInfo "Bathymetry Dam Break":
* VisInfo "Bathymetry Dam Break":
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment