Skip to content

Commit

Permalink
Update Postcode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo authored Jun 26, 2024
1 parent 6eb2173 commit 8443835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xppbe/Post/Postcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run_all(self,plot_mesh,known_method):
self.plot_line_interface();
self.plot_line_interface(value='react');
self.plot_line_interface(plot='du');
self.plot_G_solv_history(method='analytic_Born_Ion');
self.plot_G_solv_history('analytic_Born_Ion');
else:
self.plot_G_solv_history(known_method);
self.plot_phi_line_aprox_known(known_method, value='react',theta=0, phi=np.pi/2)
Expand Down

0 comments on commit 8443835

Please sign in to comment.