Changeset 265580 in git for kernel/maps.cc


Ignore:
Timestamp:
Sep 5, 2005, 2:30:29 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
08cadae1ea9c4c896005e9a241b9b10a0fdabc68
Parents:
8cf38f089d6e1aa2fbd054c50d343ec69c9b5e47
Message:
*hannes: error check for preimage command


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

Legend:

Unmodified
Added
Removed
  • kernel/maps.cc

    r8cf38f r265580  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: maps.cc,v 1.4 2004-05-25 12:01:50 levandov Exp $ */
     4/* $Id: maps.cc,v 1.5 2005-09-05 12:30:29 Singular Exp $ */
    55/*
    66* ABSTRACT - the mapping of polynomials to other rings
     
    276276  {
    277277    Werror("Coefficient fields must be equal");
     278    return NULL;
    278279  }
    279280#endif
Note: See TracChangeset for help on using the changeset viewer.