﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
55	ROPP 1DVAR Compilation Problem with g95	frae	marq	"When runing a g95 compilation I get the following error:


{{{
g95 -I../build  -Wall -O2 -I/rinax/storage/projects/Radio_Occultation/GRAS/ROPP/g95//include -c -o matrix.o `test -f '../math/matrix/matrix.f90' || echo './'`../math/matrix/matrix.f90
In file ../math/matrix/matrix.f90:510

       real(wp), dimension((int(sqrt(8.*size(A))+1.)-1.)/2, &
                                                         1
Error: Expression at (1) must be of INTEGER type
In file ../math/matrix/matrix.f90:553

       real(wp), dimension((int(sqrt(8.*size(A%d))+1.)-1.)/2, &
                                                           1
Error: Expression at (1) must be of INTEGER type
In file ../math/matrix/matrix.f90:622

       real(wp), dimension((int(sqrt(8.*size(A))+1.)-1.)/2, &
                                                         1
Error: Expression at (1) must be of INTEGER type
In file ../math/matrix/matrix.f90:666

       real(wp), dimension((int(sqrt(8.*size(A%d))+1.)-1.)/2, &
                                                           1
Error: Expression at (1) must be of INTEGER type
In file ../math/matrix/matrix.f90:281

     end function matrix_divs_get_dble
                                      1
Error: Ambiguous interfaces 'matrix_divs_get_dble' and 'matrix_divs_get_float' in intrinsic '/' operator at (1)
make[1]: *** [matrix.o] Error 1
make[1]: Leaving directory `/home/home03/axel/temp/ropp_1dvar/build'
make: *** [all-recursive] Error 1
}}}


This is similar to the FM coding problem I had (#54), so it might be related."	defect	closed	major		ropp_1dvar	0.8	fixed		dave.offiler@… carlo.buontempo@… axel.vonengeln@…
