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
088fa4a3
Commit
088fa4a3
authored
May 02, 2016
by
Pietro Incardona
Browse files
Big grid refactorization
parent
d9df833e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/GraphMLWriter/GraphMLWriter_unit_tests.hpp
View file @
088fa4a3
...
...
@@ -27,9 +27,6 @@ struct ne_cp
//! The node contain several properties
typedef
boost
::
fusion
::
vector
<
float
,
float
,
float
,
double
,
long
int
,
int
,
std
::
string
>
type
;
typedef
typename
memory_traits_inte
<
type
>::
type
memory_int
;
typedef
typename
memory_traits_lin
<
type
>::
type
memory_lin
;
//! The data
type
data
;
...
...
src/VTKWriter/VTKWriter_unit_tests.hpp
View file @
088fa4a3
...
...
@@ -24,9 +24,6 @@ struct vertex
//! The node contain 3 unsigned long integer for communication computation memory and id
typedef
boost
::
fusion
::
vector
<
float
,
float
,
float
,
float
,
size_t
,
double
,
unsigned
char
,
long
int
>
type
;
typedef
typename
memory_traits_inte
<
type
>::
type
memory_int
;
typedef
typename
memory_traits_lin
<
type
>::
type
memory_lin
;
//! type of the positional field
typedef
float
s_type
;
...
...
@@ -79,9 +76,6 @@ struct vertex2
//! The node contain 3 unsigned long integer for communication computation memory and id
typedef
boost
::
fusion
::
vector
<
float
[
3
],
size_t
,
double
>
type
;
typedef
typename
memory_traits_inte
<
type
>::
type
memory_int
;
typedef
typename
memory_traits_lin
<
type
>::
type
memory_lin
;
//! type of the positional field
typedef
float
s_type
;
...
...
@@ -292,9 +286,6 @@ struct vertex3
//! The node contain 3 unsigned long integer for communication computation memory and id
typedef
boost
::
fusion
::
vector
<
float
[
2
],
size_t
,
double
>
type
;
typedef
typename
memory_traits_inte
<
type
>::
type
memory_int
;
typedef
typename
memory_traits_lin
<
type
>::
type
memory_lin
;
//! type of the positional field
typedef
float
s_type
;
...
...
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