Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pulse Physiology Suite
engine
Commits
58410cc4
Commit
58410cc4
authored
Oct 25, 2019
by
Aaron Bray
Browse files
Fix patient validation
parent
f9392c54
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/driver/java/com/kitware/physiology/testing/SETestJob.java
View file @
58410cc4
...
...
@@ -49,6 +49,8 @@ public class SETestJob extends LogListener
copy
.
PlottableResults
=
this
.
PlottableResults
;
copy
.
plotType
=
this
.
plotType
;
copy
.
percentDifference
=
this
.
percentDifference
;
copy
.
scenarioFiles
.
addAll
(
this
.
scenarioFiles
);
copy
.
scenarioDirectory
=
this
.
scenarioDirectory
;
copy
.
baselineFiles
.
addAll
(
this
.
baselineFiles
);
copy
.
baselineDirectory
=
this
.
baselineDirectory
;
copy
.
computedFiles
.
addAll
(
this
.
computedFiles
);
...
...
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