Commit 69d96f55 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Implementing mesh function writer.

parent 0f6af414
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -140,6 +140,9 @@ class tnlMeshFunction :
};

#include <functions/tnlMeshFunction_impl.h>
#include <functions/tnlMeshFunctionGnuplotWriter_impl.h>
#include <functions/tnlMeshFunctionVTKWriter_impl.h>


#endif	/* TNLMESHFUNCTION_H */