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
argupta
openfpm_io
Commits
fac23ddd
Commit
fac23ddd
authored
Aug 20, 2017
by
Pietro Incardona
Browse files
Fixing documentation
parent
636fdc90
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VTKWriter/VTKWriter_vector_box.hpp
View file @
fac23ddd
...
...
@@ -18,11 +18,19 @@ class v_box
{
public:
/*! \brief Constructor
*
* \param v
*
*/
v_box
(
const
vector
&
v
)
:
v
(
v
)
{}
//! dataset-name
std
::
string
dataset
;
//! vector
const
vector
&
v
;
};
...
...
@@ -37,6 +45,7 @@ public:
template
<
typename
vector
>
class
VTKWriter
<
vector
,
VECTOR_BOX
>
{
//! data to write
openfpm
::
vector
<
v_box
<
vector
>>
v
;
/*! \brief It get the vertex properties list
...
...
@@ -146,6 +155,7 @@ class VTKWriter<vector,VECTOR_BOX>
}
else
{
/* coverity[dead_error_line] */
v_out
+=
"0.0"
;
}
}
...
...
@@ -162,11 +172,10 @@ class VTKWriter<vector,VECTOR_BOX>
/*! \brief Create the VTK vertex definition
*
*
\tparam s_type spatial type of the data
* \
tparam attr false x,y,z are set to 0 for each vertex
*
* \
return the string with the vertex definition
*
*/
std
::
string
get_cell_list
()
{
// base
...
...
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