double precision xp(3,npart),xpiter(3,npart),epsi,krest,
     +                  xchoc(3,npart)
       integer kpaire,kpart1,kpart2
       common /chockm/xp,xpiter,epsi,krest,kpaire,kpart1,kpart2,
     +                  xchoc

出现了警告:Warning: Because of COMMON, the alignment of object is inconsistent with its type   [XCHOC]
     +                  xchoc(3,npart)

为什么别的变量没问题,单单是xhcoc出问题呢。望指教解决办法!