Skip to content
Snippets Groups Projects
Commit e41f87ac authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Merge branch 'master' of gitlab.utu.fi:nicolas.pope/ftl

parents 85c0ab8d c92749d7
No related branches found
No related tags found
No related merge requests found
Pipeline #11498 passed
......@@ -390,7 +390,7 @@ bool Registration::findTransformations(map<string, Matrix4f> &data) {
if (!findTransformations(T)) return false;
for (size_t i = 0; i < sources_.size(); ++i) {
data[sources_[i]->getID()] = T[i];
data[sources_[i]->getURI()] = T[i];
}
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment