Changeset 6ce757 in git


Ignore:
Timestamp:
Apr 30, 2010, 9:38:44 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
Return to dst in SetMap
Location:
coeffs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • coeffs/gnumpc.cc

    r94b759 r6ce757  
    115115}
    116116
    117 nMapFunc ngcSetMap(const coeffs src/*, const coeffs dst */)
    118 {
    119 //  assume( getCoeffType(dst) == ID );
     117nMapFunc ngcSetMap(const coeffs src, const coeffs dst)
     118{
     119  assume( getCoeffType(dst) == ID );
    120120 
    121121  if(nField_is_Q(src))
  • coeffs/gnumpc.h

    r94b759 r6ce757  
    3939#endif
    4040
    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!
     42nMapFunc  ngcSetMap(const coeffs src, const coeffs dst);
    4443
    4544// Why is this here? who needs it?
Note: See TracChangeset for help on using the changeset viewer.