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
485c7757
Commit
485c7757
authored
Jul 09, 2013
by
Sebastian Rettenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some small fixed in the opengl version
parent
df7dc2b3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
swe_opengl.cpp
src/examples/swe_opengl.cpp
+0
-5
shader.cpp
src/opengl/shader.cpp
+2
-0
text.h
src/opengl/text.h
+2
-0
No files found.
src/examples/swe_opengl.cpp
View file @
485c7757
...
...
@@ -33,14 +33,9 @@
// Display settings
#define SCREEN_WIDTH 800
#define SCREEN_HEIGHT 600
<<<<<<<
Updated
upstream
#define WINDOW_TITLE "Shallow Water Equations v1.3"
=======
// Number of nodes (not cells) of grid
#define GRID_XSIZE 401
#define GRID_YSIZE 401
#define WINDOW_TITLE "Shallow Water Equations v1.2"
>>>>>>>
Stashed
changes
/**
Main routine.
...
...
src/opengl/shader.cpp
View file @
485c7757
...
...
@@ -18,6 +18,8 @@
// along with SWE_CUDA. If not, see <http://www.gnu.org/licenses/>.
// =====================================================================
#include <unistd.h>
#include "shader.h"
#include "tools/Logger.hh"
...
...
src/opengl/text.h
View file @
485c7757
...
...
@@ -20,6 +20,8 @@
#ifndef TEXT_H
#define TEXT_H
#include <unistd.h>
#include <cmath>
#include <string>
#include <vector>
...
...
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