Skip to content

Commit ab8763f

Browse files
Correction to change of booleans for DistinctSuites
1 parent 28bbdfa commit ab8763f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Ground_Engine/Query/DistinctSuites.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ public static List<string> DistinctSuites(this Borehole borehole)
7171
suites.Add(contaminantReference.Reference);
7272
else
7373
{
74-
testName = false;
75-
depth = true;
74+
testName = true;
75+
reference = false;
7676
}
7777
}
7878
else
7979
{
80-
testName = false;
81-
depth = true;
80+
testName = true;
81+
reference = false;
8282
}
8383
}
8484

0 commit comments

Comments
 (0)