view src/lapack-test.f @ 7239:4a1009853b43 release

Added tag octave-release-9.2.0 for changeset 137f17bc051e
author John W. Eaton <jwe@octave.org>
date Sat, 01 Jun 2024 11:35:24 -0400
parents fc0830aafb54
children
line wrap: on
line source

*
* This file is part of MXE.
* See index.html for further information.
*
      INTEGER MAJOR, MINOR, PATCH
*
      CALL ILAVER ( MAJOR,MINOR, PATCH )
      WRITE(*,*) "LAPACK ",MAJOR,".",MINOR,".",PATCH
*
      END