Changeset d6f104 in git
- Timestamp:
- Oct 5, 2009, 2:57:37 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- a8b15ad3cc1530478a5190cfe8c96f55c6bfbfd3
- Parents:
- 282c8deab35084fc64a96436958aa62840192abb
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Minor.h
r282c8d rd6f104 622 622 LongMinorValue (); 623 623 624 ~LongMinorValue ();624 virtual ~LongMinorValue (); 625 625 626 626 long getResult() const; … … 661 661 PolyMinorValue (); 662 662 663 ~PolyMinorValue ();663 virtual ~PolyMinorValue (); 664 664 665 665 poly getResult() const; -
Singular/MinorProcessor.cc
r282c8d rd6f104 130 130 { 131 131 assume(false); 132 return false; 132 133 } 133 134 … … 135 136 { 136 137 assume(false); 138 return ""; 137 139 } 138 140
Note: See TracChangeset
for help on using the changeset viewer.