Skip to content

Commit

Permalink
fmk - getting rid of error with plotLayout and paddleWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Sep 25, 2024
1 parent 08573e2 commit 0cc879d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EVENTS/MPM/BoundaryMPM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ BoundaryMPM::BoundaryMPM(QWidget *parent)
paddleWidget = new QWidget();
paddleWidget->setLayout(paddleLayout);
// /**
QHBoxLayout * plotLayout = new QHBoxLayout(paddleWidget);
QHBoxLayout * plotLayout = new QHBoxLayout();
QWidget *plotWidget = new QWidget();
plotWidget->setLayout(plotLayout);
// **/
Expand Down

0 comments on commit 0cc879d

Please sign in to comment.