# Copyright 2005-2007 ECMWF
#
# Licensed under the GNU Lesser General Public License which
# incorporates the terms and conditions of version 3 of the GNU
# General Public License.
# See LICENSE and gpl-3.0.txt for details.

unsigned[1] iterationNumber  : dump;
alias number=iterationNumber;

unsigned[1] totalNumberOfIterations  : dump;
alias totalNumber=totalNumberOfIterations;

alias mars.iteration = iterationNumber;

alias local.iteration =iterationNumber;
alias local.totalNumberOfIterations=totalNumberOfIterations;