Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FabriceSalvaire committed Feb 22, 2017
1 parent 6dbaa19 commit 33eddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ngspice-shared/voltage-divider.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MyNgSpiceShared(NgSpiceShared):
def __init__(self, amplitude, frequency, **kwargs):

super().__init__(**kwargs)

self._amplitude = amplitude
self._pulsation = float(frequency.pulsation)

Expand Down

0 comments on commit 33eddfd

Please sign in to comment.