File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ ctest FunctionalTestJigsawApollo to validate this output. [#5710](https://github
9595- Fixed ` noseam ` to use correct temporary files when running [ #5878 ] ( https://github.com/DOI-USGS/ISIS3/pull/5878 )
9696- Fixed ` CubeInfixToPostfix ` to safely determine if a known symbol is a function symbol [ #5822 ] ( https://github.com/DOI-USGS/ISIS3/pull/5822 )
9797- Fixed ` BundleObservationSolveSettings ` to properly read empty solve setting xmls [ #5822 ] ( https://github.com/DOI-USGS/ISIS3/pull/5822 )
98+ - Fixed ` footprintinit ` to find mapping group (no caps). [ #5920 ] ( https://github.com/DOI-USGS/ISIS3/pull/5820 )
9899
99100
100101## [ 9.0.0] - 09-25-2024
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ namespace Isis {
8787
8888 if (testXY) {
8989 Pvl map (ui.GetFileName (" MAP" ));
90- PvlGroup &mapGroup = map.findGroup (" MAPPING " );
90+ PvlGroup &mapGroup = map.findGroup (" Mapping " );
9191
9292 // This call adds TargetName, EquatorialRadius and PolarRadius to mapGroup
9393 mapGroup = Target::radiiGroup (*(cube->label ()), mapGroup);
You can’t perform that action at this time.
0 commit comments