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
SWIFT
SWIFTsim
Commits
2d0b7a59
Commit
2d0b7a59
authored
Sep 01, 2015
by
Matthieu Schaller
Browse files
Corrected a integer type warning
Former-commit-id: 0c4421a9ace916a12ecaf9c33330d3c151f89fad
parent
9e5d1197
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
2d0b7a59
...
...
@@ -488,7 +488,7 @@ void parts_sort(struct part *parts, struct xpart *xparts, int *ind, int N,
volatile
int
ready
;
};
struct
qstack
*
qstack
;
int
qstack_size
=
2
*
(
max
-
min
)
+
10
;
unsigned
int
qstack_size
=
2
*
(
max
-
min
)
+
10
;
volatile
unsigned
int
first
,
last
,
waiting
;
int
pivot
;
...
...
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