Skip to content
Snippets Groups Projects
Commit e72cdc4c authored by Sebastien Harasse's avatar Sebastien Harasse
Browse files

STYLE

parent 9b4daebb
Branches
Tags
No related merge requests found
......@@ -173,7 +173,7 @@ SpotImageMetadataInterface::GetDay() const
std::string valueString = imageKeywordlist.GetMetadataByKey("support_data.image_date");
std::vector<std::string> outputValues;
boost::split(outputValues, valueString , boost::is_any_of(" T:-"));
boost::split(outputValues, valueString, boost::is_any_of(" T:-"));
if (outputValues.size() <= 2) itkExceptionMacro(<< "Invalid Day");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment