Commit 0169a353 authored by sumpfralle's avatar sumpfralle

fixed a broken import for a special case: ODE with z boundary below the highest point of the model


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@626 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent cbe161f9
......@@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License
along with PyCAM. If not, see <http://www.gnu.org/licenses/>.
"""
from pycam.Geometry import Point
from pycam.Geometry.Point import Point
from pycam.Geometry.utils import INFINITE, ceil
from pycam.PathGenerators import get_max_height_triangles, get_max_height_ode
from pycam.Utils import ProgressCounter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment