Skip to content

Commit

Permalink
Fixing name string in grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
massimim committed Feb 12, 2024
1 parent 6b023f9 commit ca78760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bGridMask<SBlock>::bGridMask(const Neon::Backend& backen
SBlock::memBlockSizeZ);

std::stringstream gridName;
gridName << "bGrid_" << SBlock::memBlockSizeX << "_"
gridName << "bGridMask_" << SBlock::memBlockSizeX << "_"
<< SBlock::memBlockSizeY << "_"
<< SBlock::memBlockSizeZ;
{
Expand Down

0 comments on commit ca78760

Please sign in to comment.