Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
66e06616
Commit
66e06616
authored
Jul 31, 2017
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: avoid >> at the end of nested templates
parent
31dd3d92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/Learning/LearningBase/test/otbMachineLearningModelTemplates.cxx
...ng/LearningBase/test/otbMachineLearningModelTemplates.cxx
+1
-1
No files found.
Modules/Learning/LearningBase/test/otbMachineLearningModelTemplates.cxx
View file @
66e06616
...
...
@@ -28,7 +28,7 @@ typedef MachineLearningModelType1::TargetValueType TargetValueType1;
typedef
MachineLearningModelType1
::
TargetSampleType
TargetSampleType1
;
typedef
MachineLearningModelType1
::
TargetListSampleType
TargetListSampleType1
;
typedef
otb
::
MachineLearningModel
<
float
,
itk
::
VariableLengthVector
<
double
>>
MachineLearningModelType2
;
typedef
otb
::
MachineLearningModel
<
float
,
itk
::
VariableLengthVector
<
double
>
>
MachineLearningModelType2
;
typedef
MachineLearningModelType2
::
InputValueType
InputValueType2
;
typedef
MachineLearningModelType2
::
InputSampleType
InputSampleType2
;
typedef
MachineLearningModelType2
::
InputListSampleType
InputListSampleType2
;
...
...
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