Changeset 6ce757 in git
- Timestamp:
- Apr 30, 2010, 9:38:44 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- a642c6496b882ae7c494f305e7f19767fba51195
- Parents:
- 94b759538cb1a505c9d4edbb1d0fd18f045dc2fe
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-04-30 21:38:44+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:50:24+01:00
- Location:
- coeffs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
coeffs/gnumpc.cc
r94b759 r6ce757 115 115 } 116 116 117 nMapFunc ngcSetMap(const coeffs src /*, const coeffs dst */)118 { 119 //assume( getCoeffType(dst) == ID );117 nMapFunc ngcSetMap(const coeffs src, const coeffs dst) 118 { 119 assume( getCoeffType(dst) == ID ); 120 120 121 121 if(nField_is_Q(src)) -
coeffs/gnumpc.h
r94b759 r6ce757 39 39 #endif 40 40 41 /// Get a mapping function from src into this domain: long_C 42 /// no need in dst!? 43 nMapFunc ngcSetMap(const coeffs src/*, const coeffs dst*/); 41 /// Get a mapping function from src into the domain of this type: long_C! 42 nMapFunc ngcSetMap(const coeffs src, const coeffs dst); 44 43 45 44 // Why is this here? who needs it?
Note: See TracChangeset
for help on using the changeset viewer.