pInz --> pInt

This commit is contained in:
Philip Eisenlohr 2007-03-20 15:58:53 +00:00
parent 80facb8b30
commit 4554df8625
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
implicit none
integer, parameter :: pReal = 8
integer, parameter :: pInz = 4
integer, parameter :: pInt = 4
END MODULE prec