Changeset a563a0 in git


Ignore:
Timestamp:
Jan 26, 2011, 5:41:24 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1cb8799c71414b852de448405f32c1423c54601b
Parents:
962240dca199e5ec1f6584d3e43c577b2f1b7f24
Message:
small bug in extra.cc

git-svn-id: file:///usr/local/Singular/svn/trunk@13804 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r962240 ra563a0  
    838838        {
    839839          Werror("third matrix (%d x %d) and fourth matrix (%d x %d) %s",
    840                  "do not t",
    841                  dMat->rows(), dMat->cols(), uMat->rows(), uMat->cols());
     840                 dMat->rows(), dMat->cols(), uMat->rows(), uMat->cols(),
     841                 "do not t");
    842842          return TRUE;
    843843        }
Note: See TracChangeset for help on using the changeset viewer.