Skip to content
Snippets Groups Projects

Various CI fixes for a lighter dashboard

Merged Guillaume Pasero requested to merge ci_fixes into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@
*/
#include "itkMacro.h"
#include "otbMacro.h"
#include "otbImage.h"
#include "otbImageFileReader.h"
@@ -166,7 +166,7 @@ int main(int argc, char* argv[])
{
typedef OutputPointSetType::PointType OutputPointType;
OutputPointType pCoordinate = (itList.Value());
std::cout << pCoordinate << std::endl;
otbLogMacro(Debug, << pCoordinate);
++itList;
}
Loading