Skip to content
Snippets Groups Projects
Commit dbc37eff authored by tonynsyde's avatar tonynsyde
Browse files

VTKWriter for distributed graph

parent 0ce06c26
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ enum file_type
#define VECTOR_BOX 2
#define VECTOR_GRIDS 3
#define VECTOR_ST_GRIDS 4
#define DIST_GRAPH 5
template <typename Graph, unsigned int imp>
class VTKWriter
......@@ -109,5 +110,6 @@ class VTKWriter
#include "VTKWriter_vector_box.hpp"
#include "VTKWriter_grids.hpp"
#include "VTKWriter_grids_st.hpp"
#include "VTKWriter_dist_graph.hpp"
#endif /* VTKWRITER_HPP_ */
This diff is collapsed.
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