Skip to content

Commit

Permalink
Fix namespace failure
Browse files Browse the repository at this point in the history
  • Loading branch information
roystgnr committed Jun 3, 2015
1 parent 57cb85d commit 83b54ba
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/adjoints/adjoints_ex3/domain.h
@@ -1,7 +1,4 @@
#include "femparameters.h"
#include "libmesh/mesh.h"
#include "libmesh/mesh_base.h"

// Bring in everything from the libMesh namespace
class FEMParameters;

void build_domain (MeshBase &mesh, FEMParameters &param);
void build_domain (libMesh::MeshBase &mesh, FEMParameters &param);

0 comments on commit 83b54ba

Please sign in to comment.