Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_io
Commits
e4e6e157
Commit
e4e6e157
authored
Sep 02, 2015
by
incardon
Browse files
Adapting with the new grids interface
parent
a94658c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VTKWriter_unit_tests.hpp
View file @
e4e6e157
...
...
@@ -280,16 +280,16 @@ BOOST_AUTO_TEST_CASE( vtk_writer_use_grids)
size_t
sz
[]
=
{
16
,
16
};
grid_cpu
<
2
,
Point_test
<
float
>>
g1
(
sz
);
g1
.
template
setMemory
<
HeapMemory
>
();
g1
.
setMemory
();
fill_grid_some_data
(
g1
);
grid_cpu
<
2
,
Point_test
<
float
>>
g2
(
sz
);
g2
.
template
setMemory
<
HeapMemory
>
();
g2
.
setMemory
();
fill_grid_some_data
(
g2
);
grid_cpu
<
2
,
Point_test
<
float
>>
g3
(
sz
);
g3
.
template
setMemory
<
HeapMemory
>
();
g3
.
setMemory
();
fill_grid_some_data
(
g3
);
grid_cpu
<
2
,
Point_test
<
float
>>
g4
(
sz
);
g4
.
template
setMemory
<
HeapMemory
>
();
g4
.
setMemory
();
fill_grid_some_data
(
g4
);
// Create a writer and write
...
...
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