Skip to content

Commit

Permalink
make astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinarmtb committed Feb 11, 2019
1 parent 8d76eb4 commit da48834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/parRSB.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#include "genmap-io.h"
#include "parRSB.h"

void fparRSB_partMesh(int *part, long long *vtx, int *nel,
int *nve, int *options, int *comm, int *err) {
void fparRSB_partMesh(int *part, long long *vtx, int *nel, int *nve,
int *options, int *comm, int *err) {
*err = 1;

GenmapCommExternal c;
Expand All @@ -22,8 +22,8 @@ void fparRSB_partMesh(int *part, long long *vtx, int *nel,
*err = parRSB_partMesh(part, vtx, *nel, *nve, options, c);
}

int parRSB_partMesh(int *part, long long *vtx, int nel, int nve,
int *options, MPI_Comm comm) {
int parRSB_partMesh(int *part, long long *vtx, int nel, int nve, int *options,
MPI_Comm comm) {
GenmapHandle h;
GenmapInit(&h, comm, "interface");

Expand Down
2 changes: 1 addition & 1 deletion src/parRSB.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ void fparRSB_partMesh(int *part, long long *vtx, int *nel,
int *nve, int *options, int *comm, int *err);

int parRSB_partMesh(int *part, long long *vtx, int nel, int nve,
int *options, MPI_Comm comm);
int *options, MPI_Comm comm);

0 comments on commit da48834

Please sign in to comment.