[Dart-dev] DART/branches Revision: 12383

dart at ucar.edu dart at ucar.edu
Mon Jan 29 16:53:50 MST 2018


nancy at ucar.edu
2018-01-29 16:53:48 -0700 (Mon, 29 Jan 2018)
51
fix typo in comment;  no executable code changes.




Modified: DART/branches/rma_trunk/assimilation_code/modules/utilities/ensemble_manager_mod.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/utilities/ensemble_manager_mod.f90	2018-01-29 18:44:19 UTC (rev 12382)
+++ DART/branches/rma_trunk/assimilation_code/modules/utilities/ensemble_manager_mod.f90	2018-01-29 23:53:48 UTC (rev 12383)
@@ -196,7 +196,7 @@
 
 ! Optional transpose type:
 ! 1 not transposable - always copy complete
-! 2 tranposable - has a vars array
+! 2 transposable - has a vars array
 ! 3 duplicatable - really only 1 copy, but this gets duplicated as vars array on every task during a transpose
 if (.not. present(transpose_type_in)) then
    transpose_type = 1


More information about the Dart-dev mailing list