-------------- Build: Debug in Appel_fction_subrout ---------------
Compiling: fction_subr.f
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:1.1:
real*8 function fonction_somme(fsize,fvec)
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:1.1:
real*8 function fonction_somme(fsize,fvec)
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:3.5:
integer fsize,i
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:3.5:
integer fsize,i
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:4.5:
real*8 fvec(fsize)
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:4.5:
real*8 fvec(fsize)
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:5.5:
real*8 sum
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:5.5:
real*8 sum
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:7.5:
fonction_somme=0.0
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:9.5:
do i=1,fsize
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:9.5:
do i=1,fsize
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:11.5:
end do
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:11.5:
end do
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:13.5:
return
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:13.5:
return
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:15.1:
end
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:15.1:
end
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:18.1:
subroutine sousroutine_somme(fsize,fvec,sum)
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:18.1:
subroutine sousroutine_somme(fsize,fvec,sum)
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:20.5:
integer fsize,i
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:20.5:
integer fsize,i
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:21.5:
real*8 fvec(fsize)
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:21.5:
real*8 fvec(fsize)
1
Error: Unclassifiable statement at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:22.5:
real*8 sum
1
Error: Non-numeric character in statement label at (1)
C:\Users\Anas\codeblocks_proj\Appel_fction_subrout\fction_subr.f:22.5:
real*8 sum
1
Error: Unclassifiable statement at (1)
Fatal Error: Error count reached limit of 25.
Process terminated with status 1 (0 minutes, 3 seconds)
0 errors, 0 warnings (0 minutes, 3 seconds)
Partager