Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
juangpc committed Oct 25, 2021
1 parent 4a2c6a0 commit 3df69a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/ex_st_clustered_inverse_pwl_rap_music/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,11 @@ int main(int argc, char *argv[])
p3DDataModel->addSurfaceSet(parser.value(subjectOption), "HemiLRSet", t_surfSet, t_annotationSet);

p3DDataModel->addSourceData(parser.value(subjectOption),
"HemiLRSet",
sourceEstimate,
t_clusteredFwd,
t_surfSet,
t_annotationSet);
"HemiLRSet",
sourceEstimate,
t_clusteredFwd,
t_surfSet,
t_annotationSet);

p3DAbstractView->show();

Expand Down

0 comments on commit 3df69a7

Please sign in to comment.