aboutsummaryrefslogtreecommitdiff
path: root/tests/FieldGather/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FieldGather/main.cpp')
-rw-r--r--tests/FieldGather/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FieldGather/main.cpp b/tests/FieldGather/main.cpp
index 0ff98ff83..1e1841ca1 100644
--- a/tests/FieldGather/main.cpp
+++ b/tests/FieldGather/main.cpp
@@ -187,7 +187,7 @@ int main(int argc, char* argv[])
RealBox realbox{domain_box, dx, xyzmin};
int is_per[3] = {0,0,0};
Geometry geom{domain_box, &realbox, 0, is_per};
- std::string plotname{"plt00000"};
+ std::string plotname{"plotfiles/plt00000"};
Vector<std::string> varnames{"Ex", "Ey", "Ez", "Bx", "By", "Bz"};
amrex::WriteSingleLevelPlotfile(plotname, plotmf, varnames, geom, 0.0, 0);
}