cleaned core module

This commit is contained in:
Martin Diehl 2015-08-12 18:48:09 +00:00
parent cd70ec5a38
commit 22c52fbd32
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ try:
core.numerics.init = core.numerics.numerics_init
core.debug.init = core.debug.debug_init
core.math.init = core.math.math_init
core.math.periodicNearestNeighbor = core.math.math_periodicNearestNeighbor
# core.math.barycentricInterpolate = core.math.math_barycentricInterpolate
core.math.periodicNearestNeighborDistances = core.math.math_periodicNearestNeighborDistances
core.math.tensorAvg = core.math.math_tensorAvg
core.FEsolving.init = core.FEsolving.FE_init