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
57f6561d
Commit
57f6561d
authored
Nov 02, 2016
by
Matthieu Schaller
Browse files
Typo
parent
dab5f545
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact.h
View file @
57f6561d
...
...
@@ -2012,7 +2012,7 @@ void DOSUB_PAIR2(struct runner *r, struct cell *ci, struct cell *cj, int sid,
TIMER_TIC
;
/* Should we even bother? */
if
(
!
cell_is_active
(
ci
,
e
)
&&
cell_is_active
(
cj
,
e
))
return
;
if
(
!
cell_is_active
(
ci
,
e
)
&&
!
cell_is_active
(
cj
,
e
))
return
;
/* Get the cell dimensions. */
const
float
h
=
min
(
ci
->
width
[
0
],
min
(
ci
->
width
[
1
],
ci
->
width
[
2
]));
...
...
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