Skip to content
Snippets Groups Projects
Commit f72e0691 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

FD_Solver_io

parent 73be827c
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ struct csv_col<Tobj,false> ...@@ -149,7 +149,7 @@ struct csv_col<Tobj,false>
} }
}; };
#define VECTOR 1 //#define VECTOR 1
/*! \brief CSV Writer /*! \brief CSV Writer
* *
...@@ -159,7 +159,7 @@ struct csv_col<Tobj,false> ...@@ -159,7 +159,7 @@ struct csv_col<Tobj,false>
* \tparam v_prp Property vector * \tparam v_prp Property vector
* *
*/ */
template <typename v_pos, typename v_prp, unsigned int impl = VECTOR> template <typename v_pos, typename v_prp, unsigned int impl = 1>
class CSVWriter class CSVWriter
{ {
/*! \brief Get the colums name (also the positional name) /*! \brief Get the colums name (also the positional name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment