Skip to content

Commit 0364714

Browse files
committed
Don't ignore any future warnings from MetaPhysicL
1 parent a3139f9 commit 0364714

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/systems/system_projection.C

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@
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

4138
using 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"

0 commit comments

Comments
 (0)