diff src/DLD-FUNCTIONS/balance.cc @ 4566:30ba814d6700

[project @ 2003-10-29 15:06:29 by jwe]
author jwe
date Wed, 29 Oct 2003 15:06:29 +0000
parents 6f3382e08a52
children c0121a3b9cbe
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/balance.cc	Wed Oct 29 13:49:31 2003 +0000
+++ b/src/DLD-FUNCTIONS/balance.cc	Wed Oct 29 15:06:29 2003 +0000
@@ -55,8 +55,8 @@
   F77_FUNC (dggbak, DGGBAK) (F77_CONST_CHAR_ARG_DECL,
 			     F77_CONST_CHAR_ARG_DECL,
 			     const int& N, const int& ILO,
-			     const int& IHI, double* LSCALE,
-			     double* RSCALE, int& M,	double* V,
+			     const int& IHI, const double* LSCALE,
+			     const double* RSCALE, int& M, double* V,
 			     const int& LDV, int& INFO
 			     F77_CHAR_ARG_LEN_DECL
 			     F77_CHAR_ARG_LEN_DECL);