workaround for ifc7.1 (use module cell_base instead of brilz)

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@695 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
profeta 2004-03-05 11:33:55 +00:00
parent 64be6ef603
commit 60306ef550
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ MODULE supercell
!---------------------------------------------------------------------------
!
USE kinds, ONLY : DP
USE brilz, ONLY : alat, at
USE cell_base, ONLY : alat, at
!
IMPLICIT NONE
!