Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xdmf
Xdmf
Commits
6fa7fe7b
Commit
6fa7fe7b
authored
Jun 13, 2011
by
Brian Panneton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: Updated Java tests for change to Polyline
parent
21b23053
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/Java/TestXdmfEquals.java
tests/Java/TestXdmfEquals.java
+1
-1
No files found.
tests/Java/TestXdmfEquals.java
View file @
6fa7fe7b
...
...
@@ -128,7 +128,7 @@ public class TestXdmfEquals {
System
.
out
.
println
(
"Checking XdmfTopologyType"
);
XdmfTopologyType
xtt1
=
XdmfTopologyType
.
Polyvertex
();
XdmfTopologyType
xtt2
=
XdmfTopologyType
.
Polyvertex
();
XdmfTopologyType
xtt3
=
XdmfTopologyType
.
Polyline
();
XdmfTopologyType
xtt3
=
XdmfTopologyType
.
Polyline
(
0
);
// Check IsEquals
if
(!(
xtt1
.
IsEqual
(
xtt2
)))
/*True*/
...
...
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