diff options
author | julie <julielangou@users.noreply.github.com> | 2011-10-12 14:25:34 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-10-12 14:25:34 +0000 |
commit | d98817f250736ad7817050c2f066ac5b4604f8a4 (patch) | |
tree | dead51f434e37cd743efd1e6c86872c6c781c48a | |
parent | 23e3bd7d233701e39370fd2cdaf5ab48128be74e (diff) | |
download | lapack-d98817f250736ad7817050c2f066ac5b4604f8a4.tar.gz lapack-d98817f250736ad7817050c2f066ac5b4604f8a4.tar.bz2 lapack-d98817f250736ad7817050c2f066ac5b4604f8a4.zip |
fixing end of routine
-rw-r--r-- | INSTALL/second_EXT_ETIME_.f | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL/second_EXT_ETIME_.f b/INSTALL/second_EXT_ETIME_.f index ecdf34b9..1e0357ff 100644 --- a/INSTALL/second_EXT_ETIME_.f +++ b/INSTALL/second_EXT_ETIME_.f @@ -59,3 +59,5 @@ * * End of SECOND * + END + |