From 996916a493fb55437208e50a3a9fda7c04423747 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 9 Sep 2018 12:15:07 +0200 Subject: Extract result path generation --- src/fluid_buffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fluid_buffer.h') diff --git a/src/fluid_buffer.h b/src/fluid_buffer.h index 1d802c0..72518bb 100644 --- a/src/fluid_buffer.h +++ b/src/fluid_buffer.h @@ -1,6 +1,7 @@ #pragma once #include +#include #include "vector.h" @@ -27,5 +28,5 @@ public: Velocity& velocity(std::size_t x, std::size_t y); Velocity& velocity(Vector pos); - void writeAsVTK(int time); + void writeAsVTK(const std::string& path); }; -- cgit v1.2.3