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
dg
dg
Commits
fa5c60ed
Commit
fa5c60ed
authored
Oct 18, 2016
by
Jonathan Lambrechts
Committed by
Valentin Vallaeys
Oct 25, 2016
Browse files
avoid swig warning about nested class
parent
723ffc93
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/slimFunction/slimFunction.h
View file @
fa5c60ed
...
@@ -237,10 +237,12 @@ class slimFlowRateToVelocity:public function {
...
@@ -237,10 +237,12 @@ class slimFlowRateToVelocity:public function {
class
slimDownwindMask
:
public
functor
{
class
slimDownwindMask
:
public
functor
{
class
rtree
;
class
rtree
;
rtree
*
_rtree
;
rtree
*
_rtree
;
#ifndef SWIG
typedef
struct
{
typedef
struct
{
double
x0
[
2
],
x1
[
2
];
double
x0
[
2
],
x1
[
2
];
}
Segment
;
}
Segment
;
std
::
vector
<
Segment
>
_segments
;
std
::
vector
<
Segment
>
_segments
;
#endif
const
functor
*
_wind
;
const
functor
*
_wind
;
double
_dist
;
double
_dist
;
public
:
public
:
...
...
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