CrackedCalculator and TriangulationLogic were changed
This commit is contained in:
@@ -5,6 +5,9 @@ namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
{
|
||||
public interface IHasForceCombinations
|
||||
{
|
||||
/// <summary>
|
||||
/// Collection of force actions
|
||||
/// </summary>
|
||||
List<IForceAction> ForceActions { get; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ namespace StructureHelperCommon.Models.Loggers
|
||||
{
|
||||
public static string DimensionLess => "(dimensionless)";
|
||||
public static string MethodBasedOn => "Method of calculation based on ";
|
||||
public static string CalculationError => "Some errors happened during calculations: ";
|
||||
public static string CalculationHasDone => "Calculation has done succesfully";
|
||||
public static string Summary => "Summary";
|
||||
public static string Maximum => "Maximum";
|
||||
|
||||
Reference in New Issue
Block a user