Just a quick note: after an svn up, I'm now getting lots of compiler warnings (see below). They look related to some ParallelMesh fixes you checked in Roy?
Dave ---------------------------- Compiling C++ (in optimized mode) src/mesh/gnuplot_io.C... In file included from /home/dknez/software/libmesh/include/mesh/gnuplot_io.h:25, from src/mesh/gnuplot_io.C:28: /home/dknez/software/libmesh/include/mesh/mesh_output.h: In constructor ‘libMesh::MeshOutput<MT>::MeshOutput(const MT&, bool) [with MT = libMesh::MeshBase]’: src/mesh/gnuplot_io.C:38: instantiated from here /home/dknez/software/libmesh/include/mesh/mesh_output.h:165: warning: ‘libMesh::MeshOutput<libMesh::MeshBase>::_ascii_precision’ will be initialized after /home/dknez/software/libmesh/include/mesh/mesh_output.h:123: warning: ‘const bool libMesh::MeshOutput<libMesh::MeshBase>::_is_parallel_format’ /home/dknez/software/libmesh/include/mesh/mesh_output.h:192: warning: when initialized here In file included from /home/dknez/software/libmesh/include/mesh/diva_io.h:26, from src/mesh/diva_io.C:25: /home/dknez/software/libmesh/include/mesh/mesh_output.h: In constructor ‘libMesh::MeshOutput<MT>::MeshOutput(const MT&, bool) [with MT = libMesh::MeshBase]’: /home/dknez/software/libmesh/include/mesh/diva_io.h:79: instantiated from here /home/dknez/software/libmesh/include/mesh/mesh_output.h:165: warning: ‘libMesh::MeshOutput<libMesh::MeshBase>::_ascii_precision’ will be initialized after /home/dknez/software/libmesh/include/mesh/mesh_output.h:123: warning: ‘const bool libMesh::MeshOutput<libMesh::MeshBase>::_is_parallel_format’ /home/dknez/software/libmesh/include/mesh/mesh_output.h:192: warning: when initialized here In file included from /home/dknez/software/libmesh/include/mesh/fro_io.h:27, from src/mesh/fro_io.C:31: /home/dknez/software/libmesh/include/mesh/mesh_output.h: In constructor ‘libMesh::MeshOutput<MT>::MeshOutput(const MT&, bool) [with MT = libMesh::MeshBase]’: /home/dknez/software/libmesh/include/mesh/fro_io.h:72: instantiated from here /home/dknez/software/libmesh/include/mesh/mesh_output.h:165: warning: ‘libMesh::MeshOutput<libMesh::MeshBase>::_ascii_precision’ will be initialized after /home/dknez/software/libmesh/include/mesh/mesh_output.h:123: warning: ‘const bool libMesh::MeshOutput<libMesh::MeshBase>::_is_parallel_format’ ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
