Changeset 67f82ef in git
- Timestamp:
- Apr 6, 2013, 12:53:38 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '1d362c315e551a5b527ab0759f8839cf0e94f3a5')
- Children:
- 52cccfd3872fe7f123040534ad2fdbde32e83b75
- Parents:
- 380d25b177e88fcb4bfa2f03b368d2b6996b789f
- git-author:
- Martin Lee <martinlee84@web.de>2013-04-06 12:53:38+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-04-06 13:16:35+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
r380d25 r67f82ef 94 94 mipo= getMipo (alpha); 95 95 int d= degree (mipo); 96 bound= ipower (p,d);96 bound= pow ((double) p, (double) d); 97 97 } 98 98 else if (GF)
Note: See TracChangeset
for help on using the changeset viewer.