Klassifizierungssystem hinzugefügt
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
{
|
||||
public class BAB : AbstractCode
|
||||
{
|
||||
public BAB() : base("Rissbildung", CalculateMethods.Standsicherheit | CalculateMethods.Dichtheit)
|
||||
public BAB() : base("Rissbildung")
|
||||
{
|
||||
}
|
||||
|
||||
protected override int CalculateDK()
|
||||
public override int CalculateDK()
|
||||
{
|
||||
switch(Ch1)
|
||||
{
|
||||
@@ -33,10 +33,10 @@
|
||||
break;
|
||||
}
|
||||
|
||||
return 10;
|
||||
return 5;
|
||||
}
|
||||
|
||||
protected override int CalculateSK()
|
||||
public override int CalculateSK()
|
||||
{
|
||||
switch(Ch1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user