Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MUG
visad
Commits
f2dc51bb
Commit
f2dc51bb
authored
Oct 03, 2018
by
rink
Browse files
add zstart skip to parameter file access
parent
7192ef81
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/src/visad/TrajectoryManager.java
View file @
f2dc51bb
...
...
@@ -2498,6 +2498,11 @@ public class TrajectoryManager {
trajParams
.
setZStartSkip
(
Integer
.
valueOf
(
propStr
.
trim
()));
}
propStr
=
prop
.
getProperty
(
"ZStartIndex"
);
if
(
propStr
!=
null
)
{
trajParams
.
setZStartIndex
(
Integer
.
valueOf
(
propStr
.
trim
()));
}
propStr
=
prop
.
getProperty
(
"TrajForm"
);
if
(
propStr
!=
null
)
{
propStr
=
propStr
.
trim
();
...
...
Write
Preview
Supports
Markdown
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