Opened 18 years ago

Closed 13 years ago

#77 closed defect (fixed)

efc compilation fails in 1dvar with integer type error

Reported by: frae Owned by: frae
Priority: normal Milestone: 1.0
Component: ropp_1dvar Version: 0.9
Keywords: Cc:

Description

efc on 64 bit machine has following compilation problem in 1dvar:

Error 162 at (501:../math/matrix/matrix.f90) : This expression must have type INTEGER
                           (int(sqrt(8.*size(A))+1)-1)/2) :: x
                                                ^
Error 162 at (502:../math/matrix/matrix.f90) : This expression must have type INTEGER
       real(wp), dimension((int(sqrt(8.*size(A%d))+1)-1)/2, &
                                                  ^
Error 162 at (544:../math/matrix/matrix.f90) : This expression must have type INTEGER
                           (int(sqrt(8.*size(A%d))+1)-1)/2)   :: x
                                                  ^
Error 162 at (545:../math/matrix/matrix.f90) : This expression must have type INTEGER
       real(wp), dimension((int(sqrt(8.*size(A))+1)-1)/2, &
                                                ^
Error 162 at (613:../math/matrix/matrix.f90) : This expression must have type INTEGER
                           (int(sqrt(8.*size(A))+1)-1)/2) :: x
                                                ^
Error 162 at (614:../math/matrix/matrix.f90) : This expression must have type INTEGER
       real(wp), dimension((int(sqrt(8.*size(A%d))+1)-1)/2, &
                                                  ^
Error 162 at (657:../math/matrix/matrix.f90) : This expression must have type INTEGER
                           (int(sqrt(8.*size(A%d))+1)-1)/2)   :: x
                                                  ^
Error 162 at (658:../math/matrix/matrix.f90) : This expression must have type INTEGER

8 Errors

Change history (4)

comment:1 by frae, 18 years ago

Resolution: duplicate
Status: newclosed

comment:2 by Ian Culverwell, 13 years ago

Resolution: duplicate
Status: closedreopened

comment:3 by Ian Culverwell, 13 years ago

Owner: set to frae
Status: reopenedassigned

comment:4 by Ian Culverwell, 13 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.