view src/lapack-test.f @ 2779:6bc26fc1e74c

Merge branch 'master' of github.com:mxe/mxe
author Tony Theodore <tonyt@logyst.com>
date Sat, 22 Sep 2012 22:13:25 +1000
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