Changeset 15969:0fed23aa1da5
- Timestamp:
- 01/07/08 16:16:49 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
c_lib/src/ntl_wrap.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
c_lib/src/ntl_wrap.cpp
r13523 r15969 842 842 struct ZZ_pX ZZ_pE_to_ZZ_pX(struct ZZ_pE x) 843 843 { 844 ZZ_pX *ans = new ZZ_pX(rep(x)); 845 return *ans; 844 return ZZ_pX(rep(x)); 846 845 } 847 846
Note: See TracChangeset
for help on using the changeset viewer.
