Skip to content

Commit 05f98ac

Browse files
peterjamesnugentFraser Greenroyd
authored andcommitted
Remove additional switch statements - MidasCivil reverted back to 8.8.1 parsing of SurfaceProperty
1 parent 1a40880 commit 05f98ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MidasCivil_Adapter/CRUD/Read/Properties/SurfaceProperty.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ private List<ISurfaceProperty> ReadSurfaceProperties(List<string> ids = null)
4444

4545
switch (m_midasCivilVersion)
4646
{
47-
case "8.9.5":
48-
case "8.9.0":
4947
case "8.8.5":
5048
type = surfaceProperty.Split(',')[2].Trim();
5149
break;

0 commit comments

Comments
 (0)