Changeset 7daac7c in git
- Timestamp:
- Sep 24, 2010, 7:35:48 PM (13 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 2d5a8e2b31143155a5ac4680f15ebdfad8a03f17
- Parents:
- 2ef4937437a2eb998016ca38f1272fa9647983c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r2ef493 r7daac7c 4666 4666 } 4667 4667 4668 #ifdef HAVE_RINGS 4669 char ring_warn_done=0; 4670 #endif 4671 4668 4672 //////////////////// 4669 4673 // … … 4789 4793 4790 4794 #ifdef HAVE_RINGS 4791 if ( ringtype > 0)4795 if ((ringtype > 0)&&(ring_warn_done==0)) 4792 4796 { 4793 4797 WarnS("You are using coefficient rings which are not fields."); … … 4801 4805 WarnS("- lift"); 4802 4806 WarnS("- reduce"); 4807 ring_warn_done=1; 4803 4808 } 4804 4809 #endif
Note: See TracChangeset
for help on using the changeset viewer.