Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
63c77cda
Commit
63c77cda
authored
Aug 12, 2010
by
Guillaume Lazzara
Browse files
scribo/preprocessing/rotate_90.hh: Add a typedef to help g++-3.3.
parent
621ebe71
Changes
2
Hide whitespace changes
Inline
Side-by-side
scribo/ChangeLog
View file @
63c77cda
2010-08-12 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/preprocessing/rotate_90.hh: Add a typedef to help
g++-3.3.
2010-08-12 Guillaume Lazzara <z@lrde.epita.fr>
Fix invalid pointer offset types.
...
...
scribo/scribo/preprocessing/rotate_90.hh
View file @
63c77cda
...
...
@@ -88,9 +88,10 @@ namespace scribo
// Initialize output domain and make sure the border size is the
// same as input's.
typedef
mln_domain
(
I
)
domain_t
;
mln_site
(
I
)
pmax
(
input
.
domain
().
pmax
().
col
(),
input
.
domain
().
pmax
().
row
());
mln_concrete
(
I
)
output
(
mln_
domain
(
I
)
(
input
.
domain
().
pmin
(),
pmax
),
mln_concrete
(
I
)
output
(
domain
_t
(
input
.
domain
().
pmin
(),
pmax
),
input
.
border
());
mln_assertion
(
output
.
is_valid
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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