Change force tuple calculator result
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
using StructureHelperCommon.Models.States;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Analyses.ByForces
|
||||
{
|
||||
public interface IExtendedForceTupleCalculatorResult : IResult
|
||||
{
|
||||
IStateCalcTermPair StateCalcTermPair { get; set; }
|
||||
IForceTupleCalculatorResult ForcesTupleResult { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user