Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
0efc3ba6
Commit
0efc3ba6
authored
Dec 07, 2015
by
thomas.forbriger
Browse files
[MERGE] (refract:) Merge branch 'master' into issue7_refract
parents
966a8ca8
ad91b94b
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/ts/refract/sub/refract_cmdopt.f
View file @
0efc3ba6
...
...
@@ -316,8 +316,6 @@ c
pg_syntt_lw
=
opt_Lttwidth
c
return
c
the
following
line
prevents
the
linker
from
removing
the
ID
string
print
*
,
refract_cmdopt_id
end
c
c
-----
END
OF
refract_cmdopt
.
f
-----
src/ts/refract/sub/refract_pgdefaults.f
View file @
0efc3ba6
...
...
@@ -52,8 +52,6 @@ c prefer blue over green
call
pgscr
(
4
,
0.
,
1.
,
0.
)
c
return
c
the
following
line
prevents
the
linker
from
removing
the
ID
string
print
*
,
refract_pgdefaults_id
end
c
c
-----
END
OF
refract_pgdefaults
.
f
-----
src/ts/refract/sub/refract_preread.f
View file @
0efc3ba6
...
...
@@ -66,8 +66,6 @@ c taper file
endif
c
return
c
the
following
line
prevents
the
linker
from
removing
the
ID
string
print
*
,
refract_preread_id
end
c
c
-----
END
OF
refract_preread
.
f
-----
src/ts/refract/sub/refract_selfilestyle.f
View file @
0efc3ba6
...
...
@@ -51,8 +51,6 @@ c go
endif
c
return
c
the
following
line
prevents
the
linker
from
removing
the
ID
string
print
*
,
refract_selfilestyle_id
end
c
c
-----
END
OF
refract_selfilestyle
.
f
-----
src/ts/refract/sub/refract_usage.f
View file @
0efc3ba6
...
...
@@ -330,8 +330,6 @@ c
call
sff_help_formats
stop
c
c
the
following
line
prevents
the
linker
from
removing
the
ID
string
print
*
,
refract_usage_id
end
c
c
----------------------------------------------------------------------
...
...
src/ts/stuploxx/stuploxx.cc
View file @
0efc3ba6
/*! \file stuploxx.cc
* \brief Plot
SFF waveform
data
* \brief Plot
time series
data
*
* ----------------------------------------------------------------------------
*
* \author Thomas Forbriger
* \date 30/01/2007
*
* Plot
SFF waveform
data
* Plot
time series
data
*
* ----
* This program is free software; you can redistribute it and/or modify
...
...
@@ -34,7 +34,7 @@
* ============================================================================
*/
#define STUPLOXX_VERSION \
"STUPLOXX V1.2 Plot
SFF waveform
data"
"STUPLOXX V1.2 Plot
time series
data"
#include
<unistd.h>
#include
<stdlib.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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