view src/lapack-test.f @ 4176:a543952ed731

set usermodelappid for octave-gui shortcut (Bug #47527) * tools/makeinst-script.sh.in: use win7appid to set appid of gnu.octave on shortcut.
author John Donoghue
date Wed, 20 Jul 2016 08:19:39 -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