minor changes for gcc
This commit is contained in:
parent
f6a162db55
commit
363a14700e
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.5 2004/06/25 18:34:23 ganovelli
|
||||||
|
added Grid to return all the cells sharing a specified edge
|
||||||
|
|
||||||
Revision 1.4 2004/06/23 15:49:03 ponchio
|
Revision 1.4 2004/06/23 15:49:03 ponchio
|
||||||
Added some help and inndentation
|
Added some help and inndentation
|
||||||
|
|
||||||
|
@ -429,7 +432,7 @@ class GridStaticPtr
|
||||||
assert(pl!=links.end());
|
assert(pl!=links.end());
|
||||||
|
|
||||||
grid[pg] = &*pl;
|
grid[pg] = &*pl;
|
||||||
while( pg == pl->Index() ) // Trovato inizio
|
while( (int)pg == pl->Index() ) // Trovato inizio
|
||||||
{
|
{
|
||||||
++pl; // Ricerca prossimo blocco
|
++pl; // Ricerca prossimo blocco
|
||||||
if(pl==links.end())
|
if(pl==links.end())
|
||||||
|
|
Loading…
Reference in New Issue