]> granicus.if.org Git - graphviz/commitdiff
neatogen: [nfc] remove 'USE_MAXFLOAT' branch
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 12 Feb 2022 03:09:55 +0000 (14:09 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 15 Feb 2022 07:24:34 +0000 (18:24 +1100)
This is never defined in the build.

lib/neatogen/stress.c

index a864f0849a47f74152a332aa25a3bb02d63f12e1..baa2d8c268b68b8d4d5cdb5fa74e4277333dcf3e 100644 (file)
@@ -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: ");