Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
IFOS2D
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
GPIAG-Software
IFOS2D
Commits
914e765c
Commit
914e765c
authored
Oct 11, 2016
by
niklas.thiel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUGFIX in pup.c
parent
e0964358
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pup.c
src/pup.c
+1
-1
No files found.
src/pup.c
View file @
914e765c
...
...
@@ -71,7 +71,7 @@ printf("MYID: %i; ntr_start: %i; ntr_end: %i; ns_start: %i; ns_end: %i; ntr: %i,
row
=
vector
(
1
,
nx_pot
);
row_im
=
vector
(
1
,
nx_pot
);
dtr
=
(
recpos
[
1
][
ntr_glob
]
-
recpos
[
1
][
1
])
/
(
ntr_glob
-
1
)
*
DH
;
dtr
=
fabs
((
recpos
[
1
][
ntr_glob
]
-
recpos
[
1
][
1
])
/
(
ntr_glob
-
1
)
*
DH
)
;
if
(
VERBOSE
==
1
)
{
fprintf
(
FP
,
"
\n
Receiver sampling was calculatet to dtr: %f m
\n
"
,
dtr
);
}
...
...
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