Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
id2
geoperil
easyWave
Commits
04ef2c31
Commit
04ef2c31
authored
Apr 06, 2014
by
Johannes Spazier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed strange control character '^M' from files.
parent
b940b99c
Changes
61
Show whitespace changes
Inline
Side-by-side
Showing
61 changed files
with
16858 additions
and
16858 deletions
+16858
-16858
code/branches/multi-gpu/EasyWave.cu
code/branches/multi-gpu/EasyWave.cu
+180
-180
code/branches/multi-gpu/cOgrd.cpp
code/branches/multi-gpu/cOgrd.cpp
+1159
-1159
code/branches/multi-gpu/cOgrd.h
code/branches/multi-gpu/cOgrd.h
+75
-75
code/branches/multi-gpu/cOkadaEarthquake.cpp
code/branches/multi-gpu/cOkadaEarthquake.cpp
+292
-292
code/branches/multi-gpu/cOkadaEarthquake.h
code/branches/multi-gpu/cOkadaEarthquake.h
+38
-38
code/branches/multi-gpu/cOkadaFault.cpp
code/branches/multi-gpu/cOkadaFault.cpp
+440
-440
code/branches/multi-gpu/cOkadaFault.h
code/branches/multi-gpu/cOkadaFault.h
+64
-64
code/branches/multi-gpu/cSphere.cpp
code/branches/multi-gpu/cSphere.cpp
+328
-328
code/branches/multi-gpu/cSphere.h
code/branches/multi-gpu/cSphere.h
+36
-36
code/branches/multi-gpu/easywave.h
code/branches/multi-gpu/easywave.h
+99
-99
code/branches/multi-gpu/ewGrid.cpp
code/branches/multi-gpu/ewGrid.cpp
+225
-225
code/branches/multi-gpu/ewOut2D.cpp
code/branches/multi-gpu/ewOut2D.cpp
+142
-142
code/branches/multi-gpu/ewPOIs.cpp
code/branches/multi-gpu/ewPOIs.cpp
+245
-245
code/branches/multi-gpu/ewParam.cpp
code/branches/multi-gpu/ewParam.cpp
+187
-187
code/branches/multi-gpu/ewReset.cpp
code/branches/multi-gpu/ewReset.cpp
+24
-24
code/branches/multi-gpu/ewSource.cpp
code/branches/multi-gpu/ewSource.cpp
+187
-187
code/branches/multi-gpu/ewStep.cpp
code/branches/multi-gpu/ewStep.cpp
+344
-344
code/branches/multi-gpu/okada.cpp
code/branches/multi-gpu/okada.cpp
+348
-348
code/branches/multi-gpu/utilits.cpp
code/branches/multi-gpu/utilits.cpp
+1039
-1039
code/branches/multi-gpu/utilits.h
code/branches/multi-gpu/utilits.h
+132
-132
code/branches/web/EasyWave.cu
code/branches/web/EasyWave.cu
+174
-174
code/branches/web/cOgrd.cpp
code/branches/web/cOgrd.cpp
+1159
-1159
code/branches/web/cOgrd.h
code/branches/web/cOgrd.h
+75
-75
code/branches/web/cOkadaEarthquake.cpp
code/branches/web/cOkadaEarthquake.cpp
+292
-292
code/branches/web/cOkadaEarthquake.h
code/branches/web/cOkadaEarthquake.h
+38
-38
code/branches/web/cOkadaFault.cpp
code/branches/web/cOkadaFault.cpp
+440
-440
code/branches/web/cOkadaFault.h
code/branches/web/cOkadaFault.h
+64
-64
code/branches/web/cSphere.cpp
code/branches/web/cSphere.cpp
+328
-328
code/branches/web/cSphere.h
code/branches/web/cSphere.h
+36
-36
code/branches/web/easywave.h
code/branches/web/easywave.h
+104
-104
code/branches/web/ewGrid.cpp
code/branches/web/ewGrid.cpp
+290
-290
code/branches/web/ewOut2D.cpp
code/branches/web/ewOut2D.cpp
+142
-142
code/branches/web/ewPOIs.cpp
code/branches/web/ewPOIs.cpp
+245
-245
code/branches/web/ewParam.cpp
code/branches/web/ewParam.cpp
+187
-187
code/branches/web/ewReset.cpp
code/branches/web/ewReset.cpp
+24
-24
code/branches/web/ewSource.cpp
code/branches/web/ewSource.cpp
+227
-227
code/branches/web/ewStep.cpp
code/branches/web/ewStep.cpp
+344
-344
code/branches/web/okada.cpp
code/branches/web/okada.cpp
+348
-348
code/branches/web/utilits.cpp
code/branches/web/utilits.cpp
+1039
-1039
code/branches/web/utilits.h
code/branches/web/utilits.h
+132
-132
code/trunk/src/EasyWave.cpp
code/trunk/src/EasyWave.cpp
+182
-182
code/trunk/src/cOgrd.cpp
code/trunk/src/cOgrd.cpp
+1159
-1159
code/trunk/src/cOgrd.h
code/trunk/src/cOgrd.h
+75
-75
code/trunk/src/cOkadaEarthquake.cpp
code/trunk/src/cOkadaEarthquake.cpp
+292
-292
code/trunk/src/cOkadaEarthquake.h
code/trunk/src/cOkadaEarthquake.h
+38
-38
code/trunk/src/cOkadaFault.cpp
code/trunk/src/cOkadaFault.cpp
+440
-440
code/trunk/src/cOkadaFault.h
code/trunk/src/cOkadaFault.h
+64
-64
code/trunk/src/cSphere.cpp
code/trunk/src/cSphere.cpp
+328
-328
code/trunk/src/cSphere.h
code/trunk/src/cSphere.h
+36
-36
code/trunk/src/easywave.h
code/trunk/src/easywave.h
+99
-99
code/trunk/src/ewGrid.cpp
code/trunk/src/ewGrid.cpp
+225
-225
code/trunk/src/ewOut2D.cpp
code/trunk/src/ewOut2D.cpp
+142
-142
code/trunk/src/ewPOIs.cpp
code/trunk/src/ewPOIs.cpp
+245
-245
code/trunk/src/ewParam.cpp
code/trunk/src/ewParam.cpp
+187
-187
code/trunk/src/ewReset.cpp
code/trunk/src/ewReset.cpp
+24
-24
code/trunk/src/ewSource.cpp
code/trunk/src/ewSource.cpp
+187
-187
code/trunk/src/ewStep.cpp
code/trunk/src/ewStep.cpp
+344
-344
code/trunk/src/okada.cpp
code/trunk/src/okada.cpp
+348
-348
code/trunk/src/utilits.cpp
code/trunk/src/utilits.cpp
+1039
-1039
code/trunk/src/utilits.h
code/trunk/src/utilits.h
+132
-132
code/trunk/tools/FreeMonoBold.ttf
code/trunk/tools/FreeMonoBold.ttf
+0
-0
No files found.
code/branches/multi-gpu/EasyWave.cu
View file @
04ef2c31
code/branches/multi-gpu/cOgrd.cpp
View file @
04ef2c31
code/branches/multi-gpu/cOgrd.h
View file @
04ef2c31
code/branches/multi-gpu/cOkadaEarthquake.cpp
View file @
04ef2c31
code/branches/multi-gpu/cOkadaEarthquake.h
View file @
04ef2c31
code/branches/multi-gpu/cOkadaFault.cpp
View file @
04ef2c31
code/branches/multi-gpu/cOkadaFault.h
View file @
04ef2c31
code/branches/multi-gpu/cSphere.cpp
View file @
04ef2c31
code/branches/multi-gpu/cSphere.h
View file @
04ef2c31
code/branches/multi-gpu/easywave.h
View file @
04ef2c31
code/branches/multi-gpu/ewGrid.cpp
View file @
04ef2c31
code/branches/multi-gpu/ewOut2D.cpp
View file @
04ef2c31
code/branches/multi-gpu/ewPOIs.cpp
View file @
04ef2c31
code/branches/multi-gpu/ewParam.cpp
View file @
04ef2c31
code/branches/multi-gpu/ewReset.cpp
View file @
04ef2c31
code/branches/multi-gpu/ewSource.cpp
View file @
04ef2c31
code/branches/multi-gpu/ewStep.cpp
View file @
04ef2c31
code/branches/multi-gpu/okada.cpp
View file @
04ef2c31
code/branches/multi-gpu/utilits.cpp
View file @
04ef2c31
code/branches/multi-gpu/utilits.h
View file @
04ef2c31
code/branches/web/EasyWave.cu
View file @
04ef2c31
code/branches/web/cOgrd.cpp
View file @
04ef2c31
code/branches/web/cOgrd.h
View file @
04ef2c31
code/branches/web/cOkadaEarthquake.cpp
View file @
04ef2c31
code/branches/web/cOkadaEarthquake.h
View file @
04ef2c31
code/branches/web/cOkadaFault.cpp
View file @
04ef2c31
code/branches/web/cOkadaFault.h
View file @
04ef2c31
code/branches/web/cSphere.cpp
View file @
04ef2c31
code/branches/web/cSphere.h
View file @
04ef2c31
code/branches/web/easywave.h
View file @
04ef2c31
code/branches/web/ewGrid.cpp
View file @
04ef2c31
code/branches/web/ewOut2D.cpp
View file @
04ef2c31
code/branches/web/ewPOIs.cpp
View file @
04ef2c31
code/branches/web/ewParam.cpp
View file @
04ef2c31
code/branches/web/ewReset.cpp
View file @
04ef2c31
code/branches/web/ewSource.cpp
View file @
04ef2c31
code/branches/web/ewStep.cpp
View file @
04ef2c31
code/branches/web/okada.cpp
View file @
04ef2c31
code/branches/web/utilits.cpp
View file @
04ef2c31
code/branches/web/utilits.h
View file @
04ef2c31
code/trunk/src/EasyWave.cpp
View file @
04ef2c31
code/trunk/src/cOgrd.cpp
View file @
04ef2c31
code/trunk/src/cOgrd.h
View file @
04ef2c31
code/trunk/src/cOkadaEarthquake.cpp
View file @
04ef2c31
code/trunk/src/cOkadaEarthquake.h
View file @
04ef2c31
code/trunk/src/cOkadaFault.cpp
View file @
04ef2c31
code/trunk/src/cOkadaFault.h
View file @
04ef2c31
code/trunk/src/cSphere.cpp
View file @
04ef2c31
code/trunk/src/cSphere.h
View file @
04ef2c31
code/trunk/src/easywave.h
View file @
04ef2c31
code/trunk/src/ewGrid.cpp
View file @
04ef2c31
code/trunk/src/ewOut2D.cpp
View file @
04ef2c31
code/trunk/src/ewPOIs.cpp
View file @
04ef2c31
code/trunk/src/ewParam.cpp
View file @
04ef2c31
code/trunk/src/ewReset.cpp
View file @
04ef2c31
code/trunk/src/ewSource.cpp
View file @
04ef2c31
code/trunk/src/ewStep.cpp
View file @
04ef2c31
code/trunk/src/okada.cpp
View file @
04ef2c31
code/trunk/src/utilits.cpp
View file @
04ef2c31
code/trunk/src/utilits.h
View file @
04ef2c31
code/trunk/tools/FreeMonoBold.ttf
View file @
04ef2c31
No preview for this file type
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