Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangyu-Hu committed Sep 13, 2024
1 parent d42ff8d commit 4342d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/particles/base_particles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ DiscreteVariable<DataType> *BaseParticles::
return variable;
}

return nullptr; // no variable added as sorted variable
return nullptr; // no variable added as sortable variable
}
//=================================================================================================//
template <typename DataType>
Expand Down

0 comments on commit 4342d75

Please sign in to comment.