functions have been removed in previous commit

This commit is contained in:
Martin Diehl 2015-05-05 14:44:31 +00:00
parent 485636b93b
commit 4448187c1e
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ try:
core.numerics.init = core.numerics.numerics_init core.numerics.init = core.numerics.numerics_init
core.debug.init = core.debug.debug_init core.debug.init = core.debug.debug_init
core.math.init = core.math.math_init core.math.init = core.math.math_init
core.math.curlFFT = core.math.math_curlFFT
core.math.divergenceFFT = core.math.math_divergenceFFT
core.math.divergenceFDM = core.math.math_divergenceFDM
core.math.periodicNearestNeighbor = core.math.math_periodicNearestNeighbor core.math.periodicNearestNeighbor = core.math.math_periodicNearestNeighbor
core.math.periodicNearestNeighborDistances = core.math.math_periodicNearestNeighborDistances core.math.periodicNearestNeighborDistances = core.math.math_periodicNearestNeighborDistances
core.math.tensorAvg = core.math.math_tensorAvg core.math.tensorAvg = core.math.math_tensorAvg