Changeset e18d47 in git
- Timestamp:
- Feb 20, 2013, 12:39:18 PM (11 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 719816dbca2215ac51ce50e1c0b2da2e4da47790
- Parents:
- cbe1440f5e935aa2655eb8a7bd179d6be0614a2d
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 12:39:18+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 14:45:21+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
rcbe144 re18d47 5290 5290 if (cf==NULL) 5291 5291 { 5292 const int ch=32003;5293 5292 Werror("Invalid ground field specification"); 5294 cf=nInitChar(n_Zp, (void*)(long)ch);5295 5293 goto rInitError; 5294 // const int ch=32003; 5295 // cf=nInitChar(n_Zp, (void*)(long)ch); 5296 5296 } 5297 5297
Note: See TracChangeset
for help on using the changeset viewer.