Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_io
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argupta
openfpm_io
Commits
0c0026b6
Commit
0c0026b6
authored
Dec 24, 2018
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing overflow in IO test
parent
59be4882
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/VTKWriter/VTKWriter_unit_tests.hpp
src/VTKWriter/VTKWriter_unit_tests.hpp
+0
-2
No files found.
src/VTKWriter/VTKWriter_unit_tests.hpp
View file @
0c0026b6
...
...
@@ -1231,11 +1231,9 @@ BOOST_AUTO_TEST_CASE( vtk_writer_use_point_set_binary )
{
v1ps
.
template
get
<
0
>(
i
)[
0
]
=
rng
.
GetUniform
();
v1ps
.
template
get
<
0
>(
i
)[
1
]
=
rng
.
GetUniform
();
v1ps
.
template
get
<
0
>(
i
)[
2
]
=
rng
.
GetUniform
();
v2ps
.
template
get
<
0
>(
i
)[
0
]
=
rng
.
GetUniform
()
*
0.5
;
v2ps
.
template
get
<
0
>(
i
)[
1
]
=
rng
.
GetUniform
()
*
0.5
;
v2ps
.
template
get
<
0
>(
i
)[
2
]
=
rng
.
GetUniform
()
*
0.5
;
v3ps
.
template
get
<
0
>(
i
)[
0
]
=
rng
.
GetUniform
()
*
0.3
;
v3ps
.
template
get
<
0
>(
i
)[
1
]
=
rng
.
GetUniform
()
*
0.3
;
...
...
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