--- trunk/gadget/ecosystem.h 2016/01/21 15:52:55 18 +++ trunk/gadget/ecosystem.h 2016/05/25 16:36:33 19 @@ -349,6 +349,12 @@ * \note This vector is only used to temporarily store values during an optimising run */ IntVector optflag; +#ifdef _OPENMP + /** + * \brief This empty char is used for the purpose of avoiding false sharing between the EcoSystems. + */ + char filling[128]; +#endif }; #endif