6 ! Check the
object association
status 7 IF ( (.NOT. FitCoeff_Associated(x)) .OR. &
8 (.NOT. FitCoeff_Associated(y)) ) RETURN
12 IF ( (x%Release /= y%Release) .OR. &
13 (x%Version /= y%Version) ) RETURN
15 IF ( ALL(x%Dimensions /= y%Dimensions ) ) RETURN
17 IF ( ALL(x%C .EqualTo. y%C) ) &
integer, parameter, public up
character(len=128) version
subroutine, public info(self)