|
1 | 1 | ! ################################################################################################################################## |
2 | | -! Begin MIT license text. |
| 2 | +! Begin MIT license text. |
3 | 3 | ! _______________________________________________________________________________________________________ |
4 | | - |
5 | | -! Copyright 2022 Dr William R Case, Jr (mystransolver@gmail.com) |
6 | | - |
7 | | -! Permission is hereby granted, free of charge, to any person obtaining a copy of this software and |
| 4 | + |
| 5 | +! Copyright 2022 Dr William R Case, Jr (mystransolver@gmail.com) |
| 6 | + |
| 7 | +! Permission is hereby granted, free of charge, to any person obtaining a copy of this software and |
8 | 8 | ! associated documentation files (the "Software"), to deal in the Software without restriction, including |
9 | 9 | ! without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
10 | | -! copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to |
11 | | -! the following conditions: |
12 | | - |
13 | | -! The above copyright notice and this permission notice shall be included in all copies or substantial |
14 | | -! portions of the Software and documentation. |
15 | | - |
16 | | -! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
17 | | -! OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
18 | | -! FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
19 | | -! AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
20 | | -! LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
21 | | -! OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | | -! THE SOFTWARE. |
| 10 | +! copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to |
| 11 | +! the following conditions: |
| 12 | + |
| 13 | +! The above copyright notice and this permission notice shall be included in all copies or substantial |
| 14 | +! portions of the Software and documentation. |
| 15 | + |
| 16 | +! THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
| 17 | +! OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 18 | +! FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 19 | +! AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 20 | +! LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 21 | +! OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 22 | +! THE SOFTWARE. |
23 | 23 | ! _______________________________________________________________________________________________________ |
24 | | - |
25 | | -! End MIT license text. |
| 24 | + |
| 25 | +! End MIT license text. |
26 | 26 |
|
27 | 27 | SUBROUTINE ARPACK_INFO_MSG ( SUBNAME, INFO, IPARAM, LWORKL, NEV, NCV ) |
28 | 28 |
|
@@ -84,7 +84,7 @@ SUBROUTINE ARPACK_INFO_MSG ( SUBNAME, INFO, IPARAM, LWORKL, NEV, NCV ) |
84 | 84 |
|
85 | 85 |
|
86 | 86 | IF ((SUBNAME == 'DSAUPD') .OR. (SUBNAME == 'dsaupd')) THEN |
87 | | - |
| 87 | + |
88 | 88 | IF (INFO == 1) THEN ! MSG( 2) |
89 | 89 |
|
90 | 90 | ERROR_NUM = ' 7101' |
@@ -417,7 +417,7 @@ SUBROUTINE ARPACK_INFO_MSG ( SUBNAME, INFO, IPARAM, LWORKL, NEV, NCV ) |
417 | 417 | ! ********************************************************************************************************************************** |
418 | 418 | 100 FORMAT(' *INFORMATION: THE FOLLOWING MESSAGE WAS FOUND BY ARPACK SUBR ',A,' CALLED BY ARPACK DRIVER DSBAND IN ',A, & |
419 | 419 | ' SUBR EIG_LANCZOS.' & |
420 | | - ,/,14X,' IT RELATES TO AN ERROR, LISTED BELOW, FOR ARPACK "INFO" = ',I6,' IN THE LANCZOS EIGENVALUE METHOD:',/) |
| 420 | + ,/,14X,' IT RELATES TO AN ERROR, LISTED BELOW, FOR ARPACK "INFO" = ',I6,' IN THE LANCZOS EIGENVALUE METHOD:',/) |
421 | 421 |
|
422 | 422 | 710 FORMAT(' *ERROR ',A,': PROGRAMMING ERROR IN SUBROUTINE ',A & |
423 | 423 | ,/,14X,' FOR LANCZOS EIGENVALUE EXTRACTION WITH ARPACK "INFO" = ',I6,':' & |
|
0 commit comments