- Timestamp:
- Sep 11, 2024, 4:27:07 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/utilities/print_matrix.F90
r5158 r5185 47 47 write(unit_local,'(f16.8,$)') mat(i,j) 48 48 end do 49 if (present(name) . and. i == size(mat,1)) then49 if (present(name) .AND. i == size(mat,1)) then 50 50 write(unit_local,'(a)') ']' 51 51 else
Note: See TracChangeset
for help on using the changeset viewer.