Changeset d6f104 in git


Ignore:
Timestamp:
Oct 5, 2009, 2:57:37 PM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
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
Location:
Singular
Files:
2 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;
  • Singular/MinorProcessor.cc

    r282c8d rd6f104  
    130130{
    131131  assume(false);
     132  return false;
    132133}
    133134
     
    135136{
    136137  assume(false);
     138  return "";
    137139}
    138140
Note: See TracChangeset for help on using the changeset viewer.