Skip to content

Commit

Permalink
ii
Browse files Browse the repository at this point in the history
  • Loading branch information
deseilligny committed Sep 25, 2024
1 parent 685f395 commit 3b16b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMVII/src/Sensors/cSensorCamPC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,9 @@ std::string cSensorCamPC::PrefixName() { return "PerspCentral";}

void cSensorCamPC::GetAdrInfoParam(cGetAdrInfoParam<tREAL8> & aGAIP)
{
mPose_WU.GetAdrInfoParam(aGAIP);
aGAIP.SetNameType("PoseCamPC");
aGAIP.SetIdObj(NameImage());
mPose_WU.GetAdrInfoParam(aGAIP);
}
// ================= becnh ===================

Expand Down

0 comments on commit 3b16b12

Please sign in to comment.