[pspec] first attempt to isolate magnetic field stuff
This commit is contained in:
+2
-2
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user