Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
iwr
amdis
Commits
84b0ea08
Commit
84b0ea08
authored
May 12, 2014
by
Siqi Ling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix comply error in sequential mode
parent
50a0e255
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
AMDiS/src/io/Arh2Writer.cc
AMDiS/src/io/Arh2Writer.cc
+6
-4
No files found.
AMDiS/src/io/Arh2Writer.cc
View file @
84b0ea08
...
...
@@ -21,21 +21,23 @@
#include "Arh2Writer.h"
#include "Mesh.h"
#include "MeshStructure.h"
#ifdef HAVE_PARALLEL_DOMAIN_AMDIS
#include "parallel/StdMpi.h"
#endif
namespace
AMDiS
{
namespace
io
{
using
namespace
std
;
using
namespace
AMDiS
::
Parallel
;
namespace
Arh2Writer
{
#ifdef HAVE_PARALLEL_DOMAIN_AMDIS
void
writeMetaData
(
Mesh
*
mesh
,
string
metaFilename
)
void
writeMetaData
(
Mesh
*
mesh
,
std
::
string
metaFilename
)
{
FUNCNAME
(
"Arh2Writer::writeMetaData()"
);
using
namespace
std
;
using
namespace
AMDiS
::
Parallel
;
int
mpiSize
=
MPI
::
COMM_WORLD
.
Get_size
();
vector
<
std
::
set
<
pair
<
int
,
int
>
>
>
overallData
;
std
::
set
<
pair
<
int
,
int
>
>
data
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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