La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
module Param
integer NumLines,NumColumns,ColumnNum,NumError
real(kind=8) Tolerance
character(len=255) Filename1,Filename2
real(kind=8), dimension(:,:), allocatable :: Data1
real(kind=8), dimension(:,:), allocatable :: Data2
end module Param