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
6951a84d
Commit
6951a84d
authored
Nov 22, 2012
by
André Reichenbach
Browse files
[MERGE]
parents
4e243c6e
11ceada8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/core/dataHandler/WCreateColorArraysThread.h
src/core/dataHandler/WCreateColorArraysThread.h
+0
-1
src/core/dataHandler/WDataSetFiberVector.h
src/core/dataHandler/WDataSetFiberVector.h
+5
-0
No files found.
src/core/dataHandler/WCreateColorArraysThread.h
View file @
6951a84d
...
...
@@ -41,7 +41,6 @@ public:
* \param left start position of the first line to comput colors for
* \param right last line for which the color is computed
* \param vertices vertices of all lines
* \param lineStartIndexes line start indices in vertex array
* \param lineLengths line length in vertex array
* \param globalColors where to write global coloring
* \param localColors where to write local coloring
...
...
src/core/dataHandler/WDataSetFiberVector.h
View file @
6951a84d
...
...
@@ -41,6 +41,11 @@
class
WDataSetFiberVector
:
public
WMixinVector
<
WFiber
>
,
public
WDataSet
// NOLINT
{
public:
/**
* Short hand for a boost::shared_ptr on such classes.
*/
typedef
boost
::
shared_ptr
<
WDataSetFiberVector
>
SPtr
;
/**
* Default constructor for creating an empty fiber vector.
*/
...
...
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