From da4af4238781562830aaba33fc0e37a70fa6cae4 Mon Sep 17 00:00:00 2001 From: jstarck Date: Thu, 8 May 2025 17:21:30 +0300 Subject: [PATCH] verbose to false --- src/sparse/libsparse2d/FCur.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sparse/libsparse2d/FCur.cc b/src/sparse/libsparse2d/FCur.cc index b7ca0c2..65a0d91 100644 --- a/src/sparse/libsparse2d/FCur.cc +++ b/src/sparse/libsparse2d/FCur.cc @@ -1236,7 +1236,7 @@ void FCUR::get_wedges(Icomplex_f * &TabWT) void FCUR::cur_trans(Ifloat &Data) { - Verbose = True; + // Verbose = True; if (Verbose == True) cout << "Transform WT ... " << endl; if (ModifSize == False) transform(Data); else