We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 817b19d + 26d670a commit ef82cd9Copy full SHA for ef82cd9
applications/createxdmf/main.cpp
@@ -150,8 +150,7 @@ PetscErrorCode writeSingleXDMF(const std::string &directory,
150
ierr = PetscViewerASCIIPrintf(viewer,
151
"<!DOCTYPE Xdmf SYSTEM \"Xdmf.dtd\" [\n");
152
CHKERRQ(ierr);
153
- ierr = PetscViewerASCIIPrintf(
154
- viewer, "\t<!ENTITY CaseDir \"%s\">\n", directory.c_str());
+ ierr = PetscViewerASCIIPrintf(viewer, "\t<!ENTITY CaseDir \"./\">\n");
155
156
157
// always use 3D XDMF format, so both Visit and Paraview works
0 commit comments