From 00db6746d4272dd953773300dc815c0a0ee0008e Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Fri, 29 Apr 2016 11:50:56 -0700 Subject: [PATCH] Add a warnign about mesh attributes --- SimPEG/Utils/io_utils.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SimPEG/Utils/io_utils.py b/SimPEG/Utils/io_utils.py index e46c13db..323feb0c 100644 --- a/SimPEG/Utils/io_utils.py +++ b/SimPEG/Utils/io_utils.py @@ -18,6 +18,11 @@ def read_GOCAD_ts(tsfile): Author: @fourndo + + .. note:: + + Remove all attributes from the GoCAD surface before exporting it! + """