Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth committed Jan 2, 2024
1 parent 3d83193 commit ccf573c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExampleAnalysis/src/ExampleAnalysisPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void ExampleAnalysisPlugin::init()
outputPoints->setData(reinterpret_cast<float*>(_points.data()), _points.count(), Point::numberOfDimensions);

// Inform the core (and thus others) that the data changed
events().notifyDatasetDataChanged(_output);
events().notifyDatasetDataChanged(outputPoints);
};

// Initializes the points
Expand Down

0 comments on commit ccf573c

Please sign in to comment.