Changeset eb72ba1 in git for Singular/Minor.h


Ignore:
Timestamp:
May 5, 2011, 7:20:57 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
61e9142166e8873869d9cf125c3809be22c5ae88
Parents:
750e704356a16e0d46bd540f5fe07a831a40cded
Message:
FIX: eliminated 'bad' variables (due to C++ standard) for the ticket #333:
e.g. kernel/f5data.h: _RuleOld, kernel/mpr_base.cc: _Qi, kernel/p_polys.cc: _(External|Shifted)?Components

From: Oleksandr Motsak <motsak@mathematik.uni-kl.de>

git-svn-id: file:///usr/local/Singular/svn/trunk@14205 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Minor.h

    r750e70 reb72ba1  
    533533    * This member can be set using MinorValue::SetRankingStrategy (const int).
    534534    */
    535     static int _RankingStrategy;
    536    
    537     /**
    538     * Accessor for the static private field _RankingStrategy.
     535    static int g_rankingStrategy;
     536   
     537    /**
     538    * Accessor for the static private field g_rankingStrategy.
    539539    */
    540540    static int GetRankingStrategy();
Note: See TracChangeset for help on using the changeset viewer.