~yade-dev/yade/eigen3

« back to all changes in this revision

Viewing changes to Eigen/src/Core/CommaInitializer.h

  • Committer: Anton Gladky
  • Date: 2012-11-07 22:02:48 UTC
  • Revision ID: gladky.anton@gmail.com-20121107220248-uoks7euvfwp7wrf7
3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  template<typename OtherDerived>
66
66
  CommaInitializer& operator,(const DenseBase<OtherDerived>& other)
67
67
  {
 
68
    if(other.cols()==0 || other.rows()==0)
 
69
      return *this;
68
70
    if (m_col==m_xpr.cols())
69
71
    {
70
72
      m_row+=m_currentBlockRows;