Skip to content

Commit

Permalink
uncomment probably unneeded code, but who knows
Browse files Browse the repository at this point in the history
  • Loading branch information
juangpc committed Oct 25, 2021
1 parent f276bc5 commit 4e25e63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/ex_st_clustered_inverse_pwl_rap_music/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,12 @@ int main(int argc, char *argv[])

p3DDataModel->addSurfaceSet(parser.value(subjectOption), "HemiLRSet", t_surfSet, t_annotationSet);

// MneDataTreeItem* pRTDataItem = p3DDataModel->addSourceData(parser.value(subjectOption),
// "HemiLRSet",
// sourceEstimate,
// t_clusteredFwd,
// t_surfSet,
// t_annotationSet);
p3DDataModel->addSourceData(parser.value(subjectOption),
"HemiLRSet",
sourceEstimate,
t_clusteredFwd,
t_surfSet,
t_annotationSet);

p3DAbstractView->show();

Expand Down

0 comments on commit 4e25e63

Please sign in to comment.