Value points were added
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using LoaderCalculator.Data.Ndms;
|
||||
using LoaderCalculator.Data.ResultData;
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Analyses.ByForces
|
||||
{
|
||||
public interface IForceTupleTraceResultLogic : ILogic
|
||||
{
|
||||
void TraceResult(IResult result);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user