From fbb7f9b11b6d87a981fa66d44a18c62d98b14f6a Mon Sep 17 00:00:00 2001 From: Chen Zhang Date: Wed, 29 Jul 2015 20:49:42 +0000 Subject: [PATCH] remove deprecated function from math.f90 --- lib/damask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/damask/__init__.py b/lib/damask/__init__.py index 29d890034..264a20aa1 100644 --- a/lib/damask/__init__.py +++ b/lib/damask/__init__.py @@ -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