Index: dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Interfaces/IKernelWrapper.cs =================================================================== diff -u -r672 -r675 --- dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Interfaces/IKernelWrapper.cs (.../IKernelWrapper.cs) (revision 672) +++ dam engine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Interfaces/IKernelWrapper.cs (.../IKernelWrapper.cs) (revision 675) @@ -27,21 +27,21 @@ /// /// The dam kernel input. /// The kernel data input. - /// + /// Result of the prepare PrepareResult Prepare(DamKernelInput damKernelInput, out IKernelDataInput kernelDataInput); /// /// Validates the kernel data input. /// /// The kernel data input. /// The messages. - /// + /// Number of errors that prevent a calculation int Validate(IKernelDataInput kernelDataInput, out List messages); /// /// Performs a failure mechanism calcualtion based on the input. /// /// The kernel data input. /// The messages. - /// + /// Kernel output object IKernelDataOutput Execute(IKernelDataInput kernelDataInput, out List messages); /// /// Fills the dam result based on the kernel output.