Remove preprocessor usage for atomInfo
[alexxy/gromacs.git] / src / gromacs / domdec / redistribute.cpp
index 4225ff78fc07f40888034eabb8167cf32ba4ca4b..9cd6dfece9372144a8297ddebd5d6d1d9639a4f5 100644 (file)
@@ -765,7 +765,7 @@ void dd_redistribute_cg(FILE*         fplog,
     /* We reuse the intBuffer without reacquiring since we are in the same scope */
     DDBufferAccess<int>& flagBuffer = moveBuffer;
 
-    gmx::ArrayRef<const AtomInfoWithinMoleculeBlock> atomInfoForEachMoleculeBlock =
+    gmx::ArrayRef<const gmx::AtomInfoWithinMoleculeBlock> atomInfoForEachMoleculeBlock =
             fr->atomInfoForEachMoleculeBlock;
 
     /* Temporarily store atoms passed to our rank at the end of the range */