From 232ba17a3677f74365c5368bcfc4ed34a0d5aab6 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 12 Feb 2022 14:09:55 +1100 Subject: [PATCH] neatogen: [nfc] remove 'USE_MAXFLOAT' branch This is never defined in the build. --- lib/neatogen/stress.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/neatogen/stress.c b/lib/neatogen/stress.c index a864f0849..baa2d8c26 100644 --- a/lib/neatogen/stress.c +++ b/lib/neatogen/stress.c @@ -1082,11 +1082,7 @@ int stress_majorization_kD_mkernel(vtx_data * graph, /* Input graph in sparse re lap1 = N_NEW(lap_length, float); -#ifdef USE_MAXFLOAT - old_stress = MAXFLOAT; /* at least one iteration */ -#else old_stress = MAXDOUBLE; /* at least one iteration */ -#endif if (Verbose) { fprintf(stderr, ": %.2f sec\n", elapsed_sec()); fprintf(stderr, "Solving model: "); -- 2.40.0