Skip to content

Commit

Permalink
Update Pvl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Nov 18, 2024
1 parent 354ed53 commit 9fa1873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isis/src/base/objs/Pvl/Pvl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace Isis {
* @param file The file containing the pvl formatted information
*/
Pvl::Pvl(const QString &file) : Isis::PvlObject("Root") {

// This function specifically reads from GDAL-style JSON metadata.
function<PvlObject(PvlObject&, json)> read_object = [&](PvlObject &pvlobj, json jdata) -> PvlObject {
for(auto &[key, value] : jdata.items()) {
string name = key;
Expand Down

0 comments on commit 9fa1873

Please sign in to comment.