From 04f532cbafb61361711acb8d3f327eabf2068c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 22 Feb 2012 11:26:39 +0000 Subject: fixes to make it compile on MSVC svn path=/trunk/externals/iem/iemmatrix/; revision=16023 --- src/mtx_spherical_harmonics/chebyshev12.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mtx_spherical_harmonics/chebyshev12.c') diff --git a/src/mtx_spherical_harmonics/chebyshev12.c b/src/mtx_spherical_harmonics/chebyshev12.c index 64af232..c713bad 100644 --- a/src/mtx_spherical_harmonics/chebyshev12.c +++ b/src/mtx_spherical_harmonics/chebyshev12.c @@ -38,7 +38,7 @@ void chebyshev12_free(Cheby12WorkSpace *wc) { } void chebyshev12(double *phi, Cheby12WorkSpace *wc) { - int l,l0,n; + unsigned int l,l0,n; const int incr=2*wc->nmax+1; double *cosphi; double *sinphi; -- cgit v1.2.1