14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/core/CheckpointService.h"
36void CheckpointService::
45void CheckpointService::
46setCurrentTimeAndIndex(
Real current_time,
Integer current_index)
48 m_current_time = current_time;
49 m_current_index = current_index;
Base class of a service linked to a subdomain.
Structure containing the information to create a service.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
UniqueArray< Real > RealUniqueArray
Dynamic 1D array of reals.
double Real
Type representing a real number.
ConstArrayView< Real > RealConstArrayView
C equivalent of a 1D array of reals.