Changeset 74efabb in git for kernel/ideals.h


Ignore:
Timestamp:
Sep 7, 2011, 2:08:33 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
895b31c1bd66c3f92ae5a8ac32a8a9758c66db7e
Parents:
1f4ff97259ae27b025c548fb6d8003d111f373a3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-07 14:08:33+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:33+01:00
Message:
FIX: one ";" too many
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    r1f4ff9 r74efabb  
    2222
    2323/// delete an ideal
    24 inline void idDelete (ideal* h, ring r = currRing) { id_Delete(h, r); } ;
     24inline void idDelete (ideal* h, ring r = currRing)
     25{
     26  id_Delete(h, r);
     27}
    2528
    2629/// initialise the maximal ideal (at 0)
Note: See TracChangeset for help on using the changeset viewer.