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
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ int main(int argc, char * argv[])
: 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;
bool deburstOk = sensor->deburst(deburstLines);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment