Skip to content
Snippets Groups Projects
Commit cb3b9a5e authored by Wachter, Christoph's avatar Wachter, Christoph
Browse files

(CW) AIMSPostProcessing: Added missing working directory

parent 44cbe615
Branches main
No related tags found
No related merge requests found
......@@ -483,7 +483,7 @@ class DensityOfStates:
spin_channels.append("dn")
if self._mode == "total":
filename = "KS_DOS_total.dat"
self._data = self.loadTotalDOSData(filename)
self._data = self.loadTotalDOSData(join(self.workdir, filename))
elif self._mode == "species":
dos_glob = "_l_proj*.dat"
for spec in self._species:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment