Skip to content
Snippets Groups Projects
Commit caa90697 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: avoid >> in nested template

parent f282fcf3
Branches
Tags
No related merge requests found
...@@ -94,7 +94,7 @@ int main(int argc, char * argv[]) ...@@ -94,7 +94,7 @@ int main(int argc, char * argv[])
: sensor->autovalidateForwardModelFromGCPs() : sensor->autovalidateForwardModelFromGCPs()
; ;
std::vector<std::pair<unsigned long, unsigned long>> deburstLines; std::vector<std::pair<unsigned long, unsigned long> > deburstLines;
std::cout<<"Trying to deburst data ..."<<std::endl; std::cout<<"Trying to deburst data ..."<<std::endl;
bool deburstOk = sensor->deburst(deburstLines); bool deburstOk = sensor->deburst(deburstLines);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment