Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
f429edf0
Commit
f429edf0
authored
Feb 11, 2014
by
Backofen, Rainer
Browse files
small change to compile
parent
1112b4ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/ZoltanPartitioner.cc
View file @
f429edf0
...
...
@@ -25,6 +25,8 @@
#include
"Traverse.h"
#include
"ElInfo.h"
using
namespace
std
;
namespace
AMDiS
{
namespace
Parallel
{
ZoltanPartitioner
::
ZoltanPartitioner
(
string
name
,
...
...
AMDiS/src/parallel/ZoltanPartitioner.h
View file @
f429edf0
...
...
@@ -27,11 +27,16 @@
#ifdef HAVE_ZOLTAN
#include
<map>
#include
<set>
#include
<zoltan_cpp.h>
#include
<set>
#include
"AMDiS_fwd.h"
#include
"parallel/MeshPartitioner.h"
using
namespace
std
;
namespace
AMDiS
{
namespace
Parallel
{
class
ZoltanPartitioner
:
public
MeshPartitioner
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment