- Partly revert r53519

svn path=/trunk/; revision=53520
This commit is contained in:
Dmitry Chapyshev 2011-09-01 16:02:16 +00:00
parent 74b3d51978
commit afa0818365

View file

@ -90,7 +90,7 @@ Mapdesc::setBboxsize( INREAL *mat )
}
void
Mapdesc::identify( REAL (&dest)[MAXCOORDS][MAXCOORDS] )
Mapdesc::identify( REAL dest[MAXCOORDS][MAXCOORDS] )
{
memset( dest, 0, sizeof( dest ) );
for( int i=0; i != hcoords; i++ )