Hi

There's an error in checkpoint_in.C line 1095

#ifdef LIBMESH_ENABLE_UNIQUE_ID
          Node * node =
#endif
            mesh.add_point(p, id, pid);

The #ifdef there fails if LIBMESH_ENABLE_UNIQUE_ID is not defined, as
node is used a few lines later. Should this macro be just removed, or
does it have some important consequences?

Best, Martin

-- 
Dr. Martin Lüthi
Department of Geography, 3G
University of Zurich
Winterthurerstrasse 190
CH-8057 Zurich, Switzerland
Phone: +41-44-635-5146
Fax:   +41-44-635-6841
Email: martin.lue...@geo.uzh.ch


_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to