
* modified tutorial packages * update hint in hdf5 tutorial file (typo for suggested argument) * add repo.yaml to tutorial repository * update tutorial docs to refer user to tutorial package repository * flake edits * recommend site scope vs. defaults * you don't specify the repo's name when adding a repo, just the path
14 lines
655 B
Diff
14 lines
655 B
Diff
diff --git a/TESTING/LIN/alahd.f b/TESTING/LIN/alahd.f
|
|
index 8f4cd58d..6a4946e0 100644
|
|
--- a/TESTING/LIN/alahd.f
|
|
+++ b/TESTING/LIN/alahd.f
|
|
@@ -1036,7 +1036,7 @@
|
|
9929 FORMAT( ' Test ratios (1-3: ', A1, 'TZRZF):' )
|
|
9920 FORMAT( 3X, ' 7-10: same as 3-6', 3X, ' 11-14: same as 3-6' )
|
|
9921 FORMAT( ' Test ratios:', / ' (1-2: ', A1, 'GELS, 3-6: ', A1,
|
|
- $ 'GELSY, 7-10: ', A1, 'GELSS, 11-14: ', A1, 'GELSD, 15-16: '
|
|
+ $ 'GELSY, 7-10: ', A1, 'GELSS, 11-14: ', A1, 'GELSD, 15-16: ',
|
|
$ A1, 'GETSLS)')
|
|
9928 FORMAT( 7X, 'where ALPHA = ( 1 + SQRT( 17 ) ) / 8' )
|
|
9927 FORMAT( 3X, I2, ': ABS( Largest element in L )', / 12X,
|