当主程序compile时出现如下提示:
G:\TRY\chockm.f(2) : Warning: Because of COMMON, the alignment of object is inconsistent with its type   [XCHOC]
     +                  xchoc(3,npart)
------------------------^

chockm.f为主程序下的external dependencies.其内容为:
       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
     
    请教问题何在,如何解决?