Force calculator was repaired for buckling calculations
This commit is contained in:
@@ -11,6 +11,9 @@ namespace StructureHelperCommon.Models.Loggers
|
||||
public static string DimensionLess => "(dimensionless)";
|
||||
public static string MethodBasedOn => "Method of calculation based on ";
|
||||
public static string CalculationHasDone => "Calculation has done succesfully";
|
||||
public static string Summary => "Summary";
|
||||
public static string Maximum => "Maximum";
|
||||
public static string Minimum => "Minimum";
|
||||
public static string CalculatorType(object obj) => string.Format("Calculator type: {0}", obj.GetType());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user