Skip to content
Snippets Groups Projects
Commit c7399c54 authored by Andre Offringa's avatar Andre Offringa
Browse files

Bug 1491: spelling error in collectnoisestataction

parent f867b86f
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ namespace rfiStrategy {
void StrategyWriter::writeCollectNoiseStatisticsAction(const CollectNoiseStatisticsAction &action)
{
Attribute("type", "CollectNoiseStatisticAction");
Attribute("type", "CollectNoiseStatisticsAction");
Write("filename", action.Filename().c_str());
Write<int>("channel-distance", action.ChannelDistance());
Write<int>("tile-timestep-size", action.TileWidth());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment