Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
f9d3ea65
Commit
f9d3ea65
authored
Nov 11, 2009
by
schurade
Browse files
[FIX] fixed merge zeugs
parent
7b0c1c94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
src/modules/coordinateSystem/WMCoordinateSystem.cpp
src/modules/coordinateSystem/WMCoordinateSystem.cpp
+1
-6
No files found.
src/modules/coordinateSystem/WMCoordinateSystem.cpp
View file @
f9d3ea65
...
...
@@ -245,18 +245,13 @@ void WMCoordinateSystem::findBoundingBox()
if
(
datasetList
.
size
()
>
0
)
{
boost
::
shared_ptr
<
WMData
<
int
>
>
module
=
boost
::
shared_dynamic_cast
<
WMData
<
int
>
>
(
datasetList
[
0
]
);
boost
::
shared_ptr
<
WMData
>
module
=
boost
::
shared_dynamic_cast
<
WMData
>
(
datasetList
[
0
]
);
boost
::
shared_ptr
<
WDataSetSingle
>
ds
=
boost
::
shared_dynamic_cast
<
WDataSetSingle
>
(
module
->
getDataSet
()
);
if
(
ds
->
getValueSet
()
->
getDataType
()
!=
2
)
{
<<<<<<<
/
SCR
/
schurade
/
workspace
/
walnut
-
hg
/
src
/
modules
/
coordinateSystem
/
WMCoordinateSystem
.
cpp
return
;
}
=======
boost
::
shared_ptr
<
WMData
>
module
=
boost
::
shared_dynamic_cast
<
WMData
>
(
datasetList
[
0
]
);
boost
::
shared_ptr
<
WDataSetSingle
>
ds
=
boost
::
shared_dynamic_cast
<
WDataSetSingle
>
(
module
->
getDataSet
()
);
>>>>>>>
/
tmp
/
WMCoordinateSystem
.
cpp
~
other
.
C9uhPL
boost
::
shared_ptr
<
WGridRegular3D
>
grid
=
boost
::
shared_dynamic_cast
<
WGridRegular3D
>
(
ds
->
getGrid
()
);
...
...
Write
Preview
Markdown
is supported
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