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
43e50d19
Commit
43e50d19
authored
Jun 27, 2017
by
Pedro Gonnet
Browse files
clear cell sort flags after sorting.
parent
e8dbafac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
43e50d19
...
...
@@ -512,6 +512,11 @@ void runner_do_sort(struct runner *r, struct cell *c, int flags, int cleanup,
}
#endif
/* Clear the cell's sort flags. */
c
->
do_sort
=
0
;
c
->
do_sub_sort
=
0
;
c
->
requires_sorts
=
0
;
if
(
clock
)
TIMER_TOC
(
timer_dosort
);
}
...
...
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