Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
ad521238
Commit
ad521238
authored
9 years ago
by
Pedro Gonnet
Browse files
Options
Downloads
Patches
Plain Diff
changes pointed out by matthieu.
parent
31e752ef
No related branches found
No related tags found
2 merge requests
!136
Master
,
!114
size_t
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/debug.c
+2
-2
2 additions, 2 deletions
src/debug.c
src/debug.h
+3
-3
3 additions, 3 deletions
src/debug.h
with
5 additions
and
5 deletions
src/debug.c
+
2
−
2
View file @
ad521238
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
*/
*/
void
printParticle
(
struct
part
*
parts
,
struct
xpart
*
xparts
,
long
long
int
id
,
void
printParticle
(
struct
part
*
parts
,
struct
xpart
*
xparts
,
long
long
int
id
,
in
t
N
)
{
size_
t
N
)
{
int
i
,
found
=
0
;
int
i
,
found
=
0
;
...
@@ -66,7 +66,7 @@ void printParticle(struct part *parts, struct xpart *xparts, long long int id,
...
@@ -66,7 +66,7 @@ void printParticle(struct part *parts, struct xpart *xparts, long long int id,
if
(
!
found
)
printf
(
"## Particles[???] id=%lld not found
\n
"
,
id
);
if
(
!
found
)
printf
(
"## Particles[???] id=%lld not found
\n
"
,
id
);
}
}
void
printgParticle
(
struct
gpart
*
parts
,
long
long
int
id
,
in
t
N
)
{
void
printgParticle
(
struct
gpart
*
parts
,
long
long
int
id
,
size_
t
N
)
{
int
i
,
found
=
0
;
int
i
,
found
=
0
;
...
...
This diff is collapsed.
Click to expand it.
src/debug.h
+
3
−
3
View file @
ad521238
...
@@ -23,9 +23,9 @@
...
@@ -23,9 +23,9 @@
#include
"cell.h"
#include
"cell.h"
#include
"part.h"
#include
"part.h"
void
printParticle
(
struct
part
*
parts
,
struct
xpart
*
xparts
,
long
long
int
i
,
void
printParticle
(
struct
part
*
parts
,
struct
xpart
*
xparts
,
long
long
int
i
d
,
in
t
N
);
size_
t
N
);
void
printgParticle
(
struct
gpart
*
parts
,
long
long
int
i
,
in
t
N
);
void
printgParticle
(
struct
gpart
*
parts
,
long
long
int
i
d
,
size_
t
N
);
void
printParticle_single
(
struct
part
*
p
,
struct
xpart
*
xp
);
void
printParticle_single
(
struct
part
*
p
,
struct
xpart
*
xp
);
#ifdef HAVE_METIS
#ifdef HAVE_METIS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment