Changeset 22097


Ignore:
Timestamp:
09/17/17 16:42:46 (8 years ago)
Author:
dlcheng
Message:

BUG: Using spaces instead of horizotnal skip characters in love core print formatting in to enable compatibility with Jenkins python test parser.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/FourierLoveCorex/love_numbers.f90

    r22059 r22097  
    224224  !write(101,fmt='(A19, 10X,A2,I3,A1,I3)',ADVANCE='NO'), repeat(char(8),19),'l=',deg,'/',degmax
    225225  if (display) then
    226   write(*,fmt='(A23, 10X,A2,I5,A1,I5)',ADVANCE='NO'), repeat(char(8),23),'l=',deg,'/',degmax
     226  write(*,fmt='(A10,A2,I5,A1,I5)',ADVANCE='NO'),repeat(char(32),10),'l=',deg,'/',degmax
    227227  endif
    228228
Note: See TracChangeset for help on using the changeset viewer.