Changeset 780 for trunk/yat


Ignore:
Timestamp:
Mar 5, 2007, 8:30:49 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixed exception message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/matrix.cc

    r774 r780  
    456456    int status=gsl_matrix_swap(a.gsl_matrix_p(), b.gsl_matrix_p());
    457457    if (status)
    458       throw utility::GSL_error(std::string("matrix::swap",status));
     458      throw utility::GSL_error(std::string("swap(matrix&,matrix&)",status));
    459459  }
    460460
Note: See TracChangeset for help on using the changeset viewer.