Changeset 16a86e in git for Singular/Minor.h


Ignore:
Timestamp:
Oct 6, 2009, 2:09:00 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
58aa9c9e7cce5179cb2dc91516a79b6e0b352a96
Parents:
e070895e98cba72b2d19d9f11f5ec2edc262c1d6
Message:
some more fixes to make the code link on compute servers (64bit)


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

Legend:

Unmodified
Added
Removed
  • Singular/Minor.h

    re070895 r16a86e  
    1 #ifndef Minor_H
    2 #define Minor_H
     1#ifndef MINOR_H
     2#define MINOR_H
    33
    44#ifdef HAVE_MINOR
     
    459459             * @see Cache::getWeight () const
    460460             */
    461              virtual long getWeight () const {};
     461             virtual long getWeight () const;
    462462
    463463             /**
     
    564564             * @return a printable version of the given instance as instance of class string
    565565             */
    566              virtual string toString () const {};
     566             virtual string toString () const;
    567567
    568568             /**
     
    677677
    678678#endif
    679 /* Minor_H */
     679/* MINOR_H */
Note: See TracChangeset for help on using the changeset viewer.