Change shear calculator add crack export to excel
This commit is contained in:
@@ -32,6 +32,12 @@ namespace StructureHelperCommon.Models.Calculators
|
||||
MaxIterationCount = 1000
|
||||
};
|
||||
}
|
||||
|
||||
public FindParameterCalculator(IShiftTraceLogger? traceLogger) : this()
|
||||
{
|
||||
TraceLogger = traceLogger;
|
||||
}
|
||||
|
||||
public void Run()
|
||||
{
|
||||
result = new();
|
||||
|
||||
Reference in New Issue
Block a user