Force crack calculator was fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
{
|
||||
public interface ICrackForceCalculator : ICalculator
|
||||
{
|
||||
ICrackForceCalculatorInputData InputData { get; set; }
|
||||
string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user