Skip to content
Snippets Groups Projects
Commit ff8f829f authored by Douglas Guptill's avatar Douglas Guptill
Browse files

remove _ versions

parent 51428c72
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment