File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,13 +262,13 @@ def p_max(self, zc):
262262 return np .amax (f (self .zs ))
263263
264264 def is_in_separatrix (self , z , dp ):
265- """ Returns boolean whether this coordinate is located strictly
266- inside the separatrix. """
265+ """ Returns boolean whether the coordinate (z, dp) is located
266+ strictly inside the separatrix. """
267267 return np .logical_and (np .logical_and (self .zleft < z , z < self .zright ),
268268 self .hamiltonian (z , dp ) > 0 )
269269
270270 def make_is_accepted (self , margin ):
271- """ Returns the function is_accepted(self, z, dp) definining the
271+ """ Returns the function is_accepted(z, dp) definining the
272272 equihamiltonian with a value of margin*self.Hmax . For margin 0,
273273 the returned is_accepted(z, dp) function is equivalent to
274274 self.is_in_separatrix(z, dp). """
You can’t perform that action at this time.
0 commit comments