From 8a2f1586e20394844b5be88e8ac15072c9601a9c Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Sun, 24 Jan 2021 17:11:14 +0300 Subject: [PATCH] suppress unused --- examples/src/main/kotlin/kscience/kmath/structures/ComplexND.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/src/main/kotlin/kscience/kmath/structures/ComplexND.kt b/examples/src/main/kotlin/kscience/kmath/structures/ComplexND.kt index 7dd725f0e..b6cac4b27 100644 --- a/examples/src/main/kotlin/kscience/kmath/structures/ComplexND.kt +++ b/examples/src/main/kotlin/kscience/kmath/structures/ComplexND.kt @@ -1,3 +1,5 @@ +@file:Suppress("unused") + package kscience.kmath.structures import kscience.kmath.linear.transpose