Skip to content
Snippets Groups Projects
Commit bd28a9da authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

fix typo

parent 906f54b2
No related branches found
No related tags found
1 merge request!23WIP: Feature/use cmake
Pipeline #37204 failed
......@@ -202,7 +202,7 @@ public:
return limite;
}
real_number apply_pbc(real_number pos, COMPONENT_3D dim) const{
real_number apply_pbc(real_number pos, IDX_COMPONENT_3D dim) const{
while( pos < spatial_box_offset[dim] ){
pos += spatial_box_width[dim];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment