Skip to content

Commit

Permalink
fix warnings about namespace semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaned committed Apr 30, 2015
1 parent d4af8ef commit 1a3e16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsp/dspGraphDistance.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ apf::Numbering* getGraphDistance(apf::Mesh* m, Boundary& seed,
return dst;
}

};
}
2 changes: 1 addition & 1 deletion dsp/dspGraphDistance.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ namespace dsp {
apf::Numbering* getGraphDistance(apf::Mesh* m, Boundary& seed,
std::vector<apf::MeshEntity*>& vs);

};
}

#endif

0 comments on commit 1a3e16e

Please sign in to comment.