view src/lapack-test.f @ 4398:dd05ea2618f0

of-generate_html: update to 0.3.1 * build_packages.m: update generate_html version * src/of-generate_html.mk: update version, checksum
author John D
date Tue, 20 Jun 2017 11:03:27 -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