Eliminate GMX_MIMIC symbol from source code
[alexxy/gromacs.git] / src / gromacs / mdrun / mimic.cpp
index 29b74e0d8bdd4fc5c0e37326a4fa232794ec8375..995336e1574d2bea863c19a813e39e54c1681345 100644 (file)
@@ -452,7 +452,7 @@ void gmx::LegacySimulator::do_mimic()
 
         if (MASTER(cr))
         {
-            MimicCommunicator::getCoords(&state_global->x, state_global->natoms);
+            MimicCommunicator::getCoords(state_global->x, state_global->natoms);
         }
 
         if (ir->efep != FreeEnergyPerturbationType::No)