]> granicus.if.org Git - graphviz/commitdiff
remove unused improve_antibandwidth_by_swapping_for_fortran_
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 20 May 2021 03:08:53 +0000 (20:08 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 27 May 2021 02:37:13 +0000 (19:37 -0700)
cmd/gvmap/country_graph_coloring.c

index 54e88b8da864578ae08cceb7310385d02ac6948a..ccc802f90c25320369f4d3992ec1e0e57105712c 100644 (file)
@@ -393,7 +393,3 @@ void improve_antibandwidth_by_swapping_for_fortran(int *n, int *nz, int *ja, int
   SparseMatrix_delete(A2);
   for (i = 0; i < *n; i++) p[i]++;
 }
-
-void improve_antibandwidth_by_swapping_for_fortran_(int *n, int *nz, int *ja, int *ia, int *p, int *aprof, int *Verbose){
-  improve_antibandwidth_by_swapping_for_fortran(n, nz, ja, ia, p, aprof, Verbose);
-}