diff options
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/polynom.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math/polynom.php b/src/math/polynom.php index ecbab4d..bf9ca49 100644 --- a/src/math/polynom.php +++ b/src/math/polynom.php @@ -6,13 +6,11 @@ * @version //autogentag// * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License - * @access private */ /** * Provides a class for generic operations on polynoms * * @package Graph - * @access private */ class ezcGraphPolynom { |