Changeset 20 for trunk/src/outgrid_init.f90
- Timestamp:
- Dec 23, 2013, 6:23:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/outgrid_init.f90
r4 r20 247 247 max(numygrid,numygridn)*numzgrid),stat=stat) 248 248 if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc' 249 250 allocate(sparse_dump_u(max(numxgrid,numxgridn)* & 251 max(numygrid,numygridn)*numzgrid),stat=stat) 252 if (stat.ne.0) write(*,*)'ERROR: could not allocate gridunc' 253 249 254 allocate(sparse_dump_i(max(numxgrid,numxgridn)* & 250 255 max(numygrid,numygridn)*numzgrid),stat=stat)
Note: See TracChangeset
for help on using the changeset viewer.