csdms / bmi-fortran

Basic Model Interface for Fortran
https://bmi.readthedocs.io
MIT License
6 stars 10 forks source link

Match arguments between BMI interface and implementation #4

Closed mdpiper closed 5 years ago

mdpiper commented 5 years ago

Compiling with ifort catches these differences and throws an error:

error #8383: The dummy arguments of an overriding and overridden binding that corre\
spond by position must have the same characteristics, except for the type of the pa\
ssed object dummy arguments

The changes now pass with both ifort and gfortran.