From ff8f829fe5eb25ff5fc0528500c320d2199599d8 Mon Sep 17 00:00:00 2001
From: Douglas Guptill <douglas.guptill@dal.ca>
Date: Sun, 31 May 2009 23:20:57 +0000
Subject: [PATCH] remove _ versions

---
 NN/volume.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NN/volume.c b/NN/volume.c
index 3fbfa398..c70a154f 100644
--- a/NN/volume.c
+++ b/NN/volume.c
@@ -1052,7 +1052,7 @@ return(v);
 
 ----------------------------------------------------------------*/
 /*  Not used...won't compile...function name and variable name identical */
-
+/*
 dvda_ (a,b,m,n,mmax,nmax,idim,result,code) 
      int   *n, *m, *mmax, *nmax, *idim, *code;
      float *a, *b;
@@ -1060,7 +1060,7 @@ dvda_ (a,b,m,n,mmax,nmax,idim,result,code)
 {
   dvda(a,b,m,n,mmax,nmax,idim,result,code);
 }
-
+*/
 void dvda (a,b,m,n,mmax,nmax,idim,result,code)
 
 int   *n, *m, *mmax, *nmax, *idim, *code;
-- 
GitLab