[pspec] first attempt to isolate magnetic field stuff

This commit is contained in:
Noe Brucy
2021-03-25 14:16:07 +01:00
parent 6e182ebb35
commit bc43269763
2 changed files with 177 additions and 133 deletions
+2 -2
View File
@@ -1210,9 +1210,9 @@ class PostProcessor(HDF5Container):
return sinks_dict
def _pspec(self):
def _pspec(self, **kwargs):
outfile = self.pspec_filename
pspec_new.pspec(repo=self.path, iouts=[self.num], outfile=outfile)
pspec_new.pspec(repo=self.path, iouts=[self.num], outfile=outfile, **kwargs)
return True
def _particles(self):