moved filereader to extra file
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
from math import libyaff
|
||||
import yafflib
|
||||
|
||||
__author__ = 'markusro'
|
||||
|
||||
@ -194,7 +194,7 @@ class Functions(QObject):
|
||||
"static": (self.static_cmplx, 1),
|
||||
"yaff": (self.yaff, 8)
|
||||
}
|
||||
self.YAFF = libyaff.Yaff()
|
||||
self.YAFF = yafflib.Yaff()
|
||||
|
||||
def hn_cmplx( self, p, x ):
|
||||
om = 2*np.pi*x
|
||||
|
Reference in New Issue
Block a user