[Dart-dev] [3863] DART/trunk/mpi_utilities/mpi_utilities_mod.f90: missed one more tab

nancy at ucar.edu nancy at ucar.edu
Wed May 6 16:19:03 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090506/443653c2/attachment.html 
-------------- next part --------------
Modified: DART/trunk/mpi_utilities/mpi_utilities_mod.f90
===================================================================
--- DART/trunk/mpi_utilities/mpi_utilities_mod.f90	2009-05-06 22:17:13 UTC (rev 3862)
+++ DART/trunk/mpi_utilities/mpi_utilities_mod.f90	2009-05-06 22:19:03 UTC (rev 3863)
@@ -800,7 +800,7 @@
       else
          ! call MPI to send the data to the remote task
          call MPI_Ssend(localchunk, dstcount, datasize, i, tag, &
-   	               my_local_comm, errcode)
+                        my_local_comm, errcode)
          if (errcode /= MPI_SUCCESS) then
             write(errstring, '(a,i8)') 'MPI_Ssend returned error code ', errcode
             call error_handler(E_ERR,'array_broadcast', errstring, source, revision, revdate)


More information about the Dart-dev mailing list