add constants
This commit is contained in:
@@ -93,6 +93,9 @@ object Constants {
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const val INCUBATION_TIME_MIN = 15
|
||||||
|
const val INCUBATION_TIME_MAX = 30
|
||||||
|
|
||||||
val BUFFER_INTENSITY_THRESHOLDS: Map<String, List<List<Int>>> = mapOf<String, List<List<Int>>>(
|
val BUFFER_INTENSITY_THRESHOLDS: Map<String, List<List<Int>>> = mapOf<String, List<List<Int>>>(
|
||||||
"HCV-000-3001" to listOf(
|
"HCV-000-3001" to listOf(
|
||||||
listOf(24000, 24500),
|
listOf(24000, 24500),
|
||||||
|
|||||||
Reference in New Issue
Block a user