removed "&" in FFp

This commit is contained in:
ganovelli 2004-09-14 19:47:02 +00:00
parent 66d136ed78
commit 6b328610fa
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.18 2004/08/25 15:15:27 ganovelli
minor changes to comply gcc compiler (typename's and stuff)
Revision 1.17 2004/07/15 12:03:07 ganovelli
minor changes
@ -528,7 +531,7 @@ public:
#endif
}
inline const FFTYPE * const & FFp( const int j ) const
inline const FFTYPE * const FFp( const int j ) const
{
assert( (_flags & DELETED) == 0 );
assert( (_flags & NOTREAD) == 0 );