From: Matthew Fernandez Date: Sat, 12 Feb 2022 03:09:55 +0000 (+1100) Subject: neatogen: [nfc] remove 'USE_MAXFLOAT' branch X-Git-Tag: 3.0.0~30^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=232ba17a3677f74365c5368bcfc4ed34a0d5aab6;p=graphviz neatogen: [nfc] remove 'USE_MAXFLOAT' branch This is never defined in the build. --- 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: ");