aboutsummaryrefslogtreecommitdiff
path: root/poiseuille.cc
diff options
context:
space:
mode:
Diffstat (limited to 'poiseuille.cc')
-rw-r--r--poiseuille.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/poiseuille.cc b/poiseuille.cc
index b6c9616..9075f92 100644
--- a/poiseuille.cc
+++ b/poiseuille.cc
@@ -98,7 +98,7 @@ int main() {
if ( t % 1000 == 0 ) {
std::cout << error(dimX-1) << std::endl;
- fluid.writeAsVTK("result/data_t" + std::to_string(t) + ".vtk");
+ fluid.writeAsVTK("result/poiseuille_t" + std::to_string(t) + ".vtk");
}
}
}