aboutsummaryrefslogtreecommitdiff
path: root/channel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'channel.cc')
-rw-r--r--channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.cc b/channel.cc
index b1a6166..b0bfec1 100644
--- a/channel.cc
+++ b/channel.cc
@@ -102,7 +102,7 @@ int main() {
if ( t % 1000 == 0 ) {
std::cout << ".";
std::cout.flush();
- fluid.writeAsVTK("result/data_t" + std::to_string(t) + ".vtk");
+ fluid.writeAsVTK("result/channel_t" + std::to_string(t) + ".vtk");
}
}