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
674ac6da
Commit
674ac6da
authored
Dec 07, 2015
by
thomas.forbriger
Browse files
[WP][!!!] (issue7 refract): adjust GPL phrase
parent
e6fca43c
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ts/refract/Makefile
View file @
674ac6da
...
...
@@ -91,7 +91,7 @@ REFSUB=refract_readdata.o refract_skipdata.o refract_setdefaults.o \
refract_message.o refract_dopicks.o refract_domodel.o refract_usage.o
\
refract_cmdopt.o refract_selfilestyle.o refract_preread.o
\
refract_pgdefaults.o refract_vpframe.o refract_plotoffset.o
\
refract_setrefrange.o
refract_setrefrange.o
refract_avgamp.o
REFOBS
=
refract.o
$(
addprefix
sub/,
$(REFSUB)
)
# Fortran dependencies
...
...
src/ts/refract/sub/refract_avgamp.f
0 → 100644
View file @
674ac6da
c
this
is
<
sub
/
refract_avgamp
.
f
>
c
----------------------------------------------------------------------------
c
c
Copyright
(
c
)
2015
by
Thomas
Forbriger
(
BFO
Schiltach
)
c
c
calculate
average
amplitude
in
offset
range
(
used
by
subroutine
mpcfactors
)
c
c
----
c
refract
is
free
software
;
you
can
redistribute
it
and
/
or
modify
c
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
c
the
Free
Software
Foundation
;
either
version
2
of
the
License
,
or
c
(
at
your
option
)
any
later
version
.
c
c
refract
is
distributed
in
the
hope
that
it
will
be
useful
,
c
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
c
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
c
GNU
General
Public
License
for
more
details
.
c
c
You
should
have
received
a
copy
of
the
GNU
General
Public
License
c
along
with
this
program
.
If
not
,
see
<
http
://
www
.gnu.
org
/
licenses
/
>
.
c
----
c
c
REVISIONS
and
CHANGES
c
07
/
12
/
2015
V1
.0
Thomas
Forbriger
c
c
============================================================================
c
c
c
-----
END
OF
sub
/
refract_avgamp
.
f
-----
src/ts/refract/sub/refract_setrefrange.f
View file @
674ac6da
...
...
@@ -6,6 +6,22 @@ c
c
Set
offset
range
to
take
amplitude
scaling
reference
from
,
if
not
set
c
on
command
line
.
c
c
----
c
refract
is
free
software
;
you
can
redistribute
it
and
/
or
modify
c
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
c
the
Free
Software
Foundation
;
either
version
2
of
the
License
,
or
c
(
at
your
option
)
any
later
version
.
c
c
refract
is
distributed
in
the
hope
that
it
will
be
useful
,
c
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
c
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
c
GNU
General
Public
License
for
more
details
.
c
c
You
should
have
received
a
copy
of
the
GNU
General
Public
License
c
along
with
this
program
.
If
not
,
see
<
http
://
www
.gnu.
org
/
licenses
/
>
.
c
----
c
c
REVISIONS
and
CHANGES
c
07
/
12
/
2015
V1
.0
Thomas
Forbriger
c
...
...
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