File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131#include "libmesh/libmesh_common.h"
3232#include "libmesh/compare_types.h"
3333
34- // FIXME - having to do this with MetaPhysicL brings me shame - RHS
35- #include "libmesh/ignore_warnings.h"
3634// Template specialization declarations in here need to *precede* code
3735// using them.
3836#include "metaphysicl/dynamicsparsenumberarray_decl.h"
39- #include "libmesh/restore_warnings.h"
4037
4138using MetaPhysicL ::DynamicSparseNumberArray ;
4239
@@ -124,11 +121,8 @@ void convert_from_receive (SendT & received,
124121
125122
126123#ifdef LIBMESH_HAVE_METAPHYSICL
127- // FIXME - wrapping MetaPhysicL is shameful - RHS
128- #include "libmesh/ignore_warnings.h"
129124// Include MetaPhysicL definitions finally
130125#include "metaphysicl/dynamicsparsenumberarray.h"
131- #include "libmesh/restore_warnings.h"
132126
133127// And make sure we instantiate the methods we'll need to use on them.
134128#include "libmesh/dense_matrix_impl.h"
You can’t perform that action at this time.
0 commit comments