Skip to content

Commit

Permalink
Merge pull request #73 from bhajay/master
Browse files Browse the repository at this point in the history
bha - index error corrected in EVENT.
  • Loading branch information
Ajay B Harish authored Apr 30, 2021
2 parents e17210e + cd6df0d commit 3583e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EVENTS/GeoClawOpenFOAM/GeoClawOpenFOAM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ bool GeoClawOpenFOAM::outputToJSON(QJsonObject &jsonObject)
singleData = new QMap<QString,QString>;
if (dynamic_cast<postprocess *>(ui->stackedWidget->widget(12))->getData(*singleData,simtype))
{
allData.insert(11, singleData);
allData.insert(12, singleData);
}

// Add all objects to the json object
Expand Down

0 comments on commit 3583e0b

Please sign in to comment.