Tuple crack calculator was changed
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -9,7 +10,7 @@ namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
/// <summary>
|
||||
/// Logic for calculating width of crack
|
||||
/// </summary>
|
||||
public interface ICrackWidthLogic
|
||||
public interface ICrackWidthLogic : ILogic
|
||||
{
|
||||
ICrackWidthLogicInputData InputData { get; set; }
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user