Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GPIAG-Software
IFOS2D
Commits
b0bc8774
Commit
b0bc8774
authored
Feb 02, 2016
by
Florian Wittkamp
Browse files
CLEANUP: Source code
parent
4a288b60
Changes
22
Hide whitespace changes
Inline
Side-by-side
src/checkfd.c
View file @
b0bc8774
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
* Check FD-Grid for stability and grid dispersion.
* Check FD-Grid for stability and grid dispersion.
* If the stability criterion is not fullfilled the program will
* If the stability criterion is not fullfilled the program will
* terminate.
* terminate.
* last update 14/01/2014
*
*
* ----------------------------------------------------------*/
* ----------------------------------------------------------*/
...
...
src/checkfd_ssg_elastic.c
View file @
b0bc8774
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
* Check FD-Grid for stability and grid dispersion.
* Check FD-Grid for stability and grid dispersion.
* If the stability criterion is not fullfilled the program will
* If the stability criterion is not fullfilled the program will
* terminate.
* terminate.
* last update 03/04/2004
*
*
* ----------------------------------------------------------*/
* ----------------------------------------------------------*/
...
...
src/checkfd_ssg_visc.c
View file @
b0bc8774
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
* Check FD-Grid for stability and grid dispersion.
* Check FD-Grid for stability and grid dispersion.
* If the stability criterion is not fullfilled the program will
* If the stability criterion is not fullfilled the program will
* terminate.
* terminate.
* last update 26/03/2012
*
*
* ----------------------------------------------------------*/
* ----------------------------------------------------------*/
...
...
src/exchange_par.c
View file @
b0bc8774
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
/**/
/**/
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* Exchange FD-Parameters between PEs
* Exchange FD-Parameters between PEs
* last update 29/06/2002
*
*
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
src/info.c
View file @
b0bc8774
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* Write program name etc to stdout
* Write program name etc to stdout
* last update 16/02/02
*
*
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
src/initproc.c
View file @
b0bc8774
...
@@ -19,8 +19,6 @@
...
@@ -19,8 +19,6 @@
/* This is function initproc.
/* This is function initproc.
Dividing the 3-D FD grid into domains and assigning the
Dividing the 3-D FD grid into domains and assigning the
PEs to these domains,
PEs to these domains,
last update: 20.04.2000
*/
*/
#include "fd.h"
#include "fd.h"
...
...
src/json_parser.c
View file @
b0bc8774
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
/*
/*
* json_parser.c
* json_parser.c
*
*
* Created on: Sep 9, 2011
*/
*/
#include "fd.h"
#include "fd.h"
...
...
src/max_grad.c
View file @
b0bc8774
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* calculate test step length for material parameter update
* calculate test step length for material parameter update
*
*
* last update 9.11.2007
*
*
* ---------------------------------------------------------------------*/
* ---------------------------------------------------------------------*/
...
...
src/note.c
View file @
b0bc8774
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* Write note to stdout
* Write note to stdout
* last update 16/02/02
*
*
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
src/rd_sour.c
View file @
b0bc8774
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
-----------------------------------------------------------------------------------------*/
-----------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* Read extern source wavelet
26 Mar 1997
* Read extern source wavelet
*
*
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
src/readdsk.c
View file @
b0bc8774
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* Read one single amplitude from file
* Read one single amplitude from file
* last update 05/12/00
*
*
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
src/readmod_acoustic.c
View file @
b0bc8774
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* Read acoustic model properties (vp,density) from files
* Read acoustic model properties (vp,density) from files
*
*
* last update 29.06.2003
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
src/readmod_elastic.c
View file @
b0bc8774
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* Read elastic model properties (vp,vs,density) from files
* Read elastic model properties (vp,vs,density) from files
*
*
* last update 29.06.2003
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
src/receiver.c
View file @
b0bc8774
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* compute receiver positions or read them from external file
* compute receiver positions or read them from external file
* last update: 11.02.02
*
*
* See COPYING file for copying and redistribution conditions.
* See COPYING file for copying and redistribution conditions.
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
src/segy.h
View file @
b0bc8774
...
@@ -21,9 +21,6 @@
...
@@ -21,9 +21,6 @@
* Recommended Standards for Digital Tape Formats",
* Recommended Standards for Digital Tape Formats",
* Geophysics, vol. 40, no. 2 (April 1975), P. 344-352.
* Geophysics, vol. 40, no. 2 (April 1975), P. 344-352.
*
*
* $Author: john $
* $Source: /usr/local/cwp/src/su/include/RCS/segy.h,v $
* $Revision: 1.33 $ ; $Date: 2011/11/11 23:56:14 $
*/
*/
#include <limits.h>
#include <limits.h>
...
...
src/smooth.c
View file @
b0bc8774
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
/*
/*
* Smoothing gradient / model with a median filter
* Smoothing gradient / model with a median filter
* Update - August 2013
*/
*/
#include "fd.h"
#include "fd.h"
...
...
src/snap_rsg.c
View file @
b0bc8774
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* Write 2D snapshot for current timestep to file
* Write 2D snapshot for current timestep to file
* last update 24/05/2002
*
*
* See COPYING file for copying and redistribution conditions.
* See COPYING file for copying and redistribution conditions.
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
src/snap_ssg.c
View file @
b0bc8774
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* Write 2D snapshot for current timestep to file
* Write 2D snapshot for current timestep to file
* last update 24/05/2002
*
*
* See COPYING file for copying and redistribution conditions.
* See COPYING file for copying and redistribution conditions.
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
src/sources.c
View file @
b0bc8774
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
Reading (distributed) source positions, timeshift, centre frequency
Reading (distributed) source positions, timeshift, centre frequency
and amplitude from SOURCE_FILE.
and amplitude from SOURCE_FILE.
last update: 12.02.2002
*/
*/
#include "fd.h"
#include "fd.h"
...
...
src/write_par.c
View file @
b0bc8774
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
* Write FD-Parameters to stdout
* Write FD-Parameters to stdout
* last update 20/02/2001
*
*
* See COPYING file for copying and redistribution conditions.
* See COPYING file for copying and redistribution conditions.
* ----------------------------------------------------------------------*/
* ----------------------------------------------------------------------*/
...
...
Prev
1
2
Next
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