remove deprecated function from math.f90

This commit is contained in:
Chen Zhang 2015-07-29 20:49:42 +00:00
parent 9287d6f15f
commit fbb7f9b11b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ try:
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.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