Changeset d6f104 in git for Singular/Minor.h


Ignore:
Timestamp:
Oct 5, 2009, 2:57:37 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a8b15ad3cc1530478a5190cfe8c96f55c6bfbfd3
Parents:
282c8deab35084fc64a96436958aa62840192abb
Message:
due to compiler/linker problems on compute servers


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

Legend:

Unmodified
Added
Removed
  • Singular/Minor.h

    r282c8d rd6f104  
    622622             LongMinorValue ();
    623623             
    624              ~LongMinorValue ();
     624             virtual ~LongMinorValue ();
    625625             
    626626             long getResult() const;
     
    661661             PolyMinorValue ();
    662662             
    663              ~PolyMinorValue ();
     663             virtual ~PolyMinorValue ();
    664664
    665665             poly getResult() const;
Note: See TracChangeset for help on using the changeset viewer.