aboutsummaryrefslogtreecommitdiff
path: root/tests/FieldSolver/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FieldSolver/main.cpp')
-rw-r--r--tests/FieldSolver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FieldSolver/main.cpp b/tests/FieldSolver/main.cpp
index caf44fed4..4c977ac27 100644
--- a/tests/FieldSolver/main.cpp
+++ b/tests/FieldSolver/main.cpp
@@ -219,7 +219,7 @@ int main(int argc, char* argv[])
RealBox realbox{cc_domain, dx, xyzmin};
int is_per[3] = {0,0,0};
Geometry geom{cc_domain, &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);
}