Skip to content

Commit 1daf6f0

Browse files
committed
RBF refactoring
1 parent 93a475b commit 1daf6f0

File tree

7 files changed

+481
-597
lines changed

7 files changed

+481
-597
lines changed

pygem/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def get_current_year():
2323
#from .affine import *
2424
from .deformation import Deformation
2525
from .ffd import FFD
26+
from .rbf import RBF
27+
from .rbf_factory import RBFFactory
2628
#from .radial import RBF
2729
#from .idw import IDW
2830
#from .filehandler import FileHandler

pygem/radial.py

Lines changed: 0 additions & 321 deletions
This file was deleted.

0 commit comments

Comments
 (0)