Changeset 7daac7c in git


Ignore:
Timestamp:
Sep 24, 2010, 7:35:48 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
2d5a8e2b31143155a5ac4680f15ebdfad8a03f17
Parents:
2ef4937437a2eb998016ca38f1272fa9647983c9
Message:
only one warning

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

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r2ef493 r7daac7c  
    46664666}
    46674667
     4668#ifdef HAVE_RINGS
     4669char ring_warn_done=0;
     4670#endif
     4671
    46684672////////////////////
    46694673//
     
    47894793
    47904794#ifdef HAVE_RINGS
    4791   if (ringtype > 0)
     4795  if ((ringtype > 0)&&(ring_warn_done==0))
    47924796  {
    47934797    WarnS("You are using coefficient rings which are not fields.");
     
    48014805    WarnS("- lift");
    48024806    WarnS("- reduce");
     4807    ring_warn_done=1;
    48034808  }
    48044809#endif
Note: See TracChangeset for help on using the changeset viewer.