Changeset 2190 for trunk/fsource/DIFFaXsubs/DIFFaXsubs.for
- Timestamp:
- Apr 1, 2016 9:33:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fsource/DIFFaXsubs/DIFFaXsubs.for
r2188 r2190 5638 5638 * 5639 5639 character*31 sym_fnam 5640 logical EQUALB, BINPOW 5640 logical EQUALB, BINPOW, GET_G 5641 5641 integer*4 GET_SYM, i, j, j2, m, n, LENGTH 5642 5642 real*8 HKANGL, h_val, k_val … … 5645 5645 * 5646 5646 * external functions 5647 external GET_SYM, LENGTH, EQUALB, BINPOW 5647 external GET_SYM, LENGTH, EQUALB, BINPOW, GET_G 5648 5648 * external subroutines (Some compilers need them declared external) 5649 5649 * external GETFNM, GET_BDS, CHK_SYM, NMCOOR, OVERLP … … 5670 5670 * then store the binary form of l_cnt+1 in an array for efficient 5671 5671 * matrix multiplication. 5672 ok = GET_G() 5672 5673 if(recrsv .and. .not.inf_thick) then 5673 5674 ok = BINPOW(l_cnt+1)
Note: See TracChangeset
for help on using the changeset viewer.