Changeset ccda50 in git


Ignore:
Timestamp:
Jan 9, 2014, 4:04:31 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
e95dd3111a8ba38f4d882751e4f338922f5ee780
Parents:
4b91aacf61827163ef48ca6aaf3c1761c3db74f4
git-author:
Martin Lee <martinlee84@web.de>2014-01-09 16:04:31+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-01-27 16:12:23+01:00
Message:
chg: disable some matrix nonsense
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/include/factory/templates/ftmpl_matrix.h

    r4b91aa rccda50  
    5959    friend class SubMatrix<T>;
    6060};
    61     template <class T>
     61    /*template <class T>
    6262    Matrix<T> operator+ ( const Matrix<T>& lhs, const Matrix<T>& rhs );
    6363    template <class T>
     
    6868    Matrix<T> operator* ( const Matrix<T>& lhs, const T& rhs );
    6969    template <class T>
    70     Matrix<T> operator* ( const T& lhs, const Matrix<T>& rhs );
     70    Matrix<T> operator* ( const T& lhs, const Matrix<T>& rhs );*/
    7171
    7272template <class T>
  • factory/templates/ftmpl_matrix.cc

    r4b91aa rccda50  
    167167#endif /* NOSTREAMIO */
    168168
    169 template <class T>
     169/*template <class T>
    170170Matrix<T> operator+ ( const Matrix<T>& lhs, const Matrix<T>& rhs )
    171171{
     
    226226        }
    227227    return res;
    228 }
     228}*/
    229229
    230230template <class T>
Note: See TracChangeset for help on using the changeset viewer.