- Timestamp:
- Mar 5, 2007, 8:30:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/matrix.cc
r774 r780 456 456 int status=gsl_matrix_swap(a.gsl_matrix_p(), b.gsl_matrix_p()); 457 457 if (status) 458 throw utility::GSL_error(std::string(" matrix::swap",status));458 throw utility::GSL_error(std::string("swap(matrix&,matrix&)",status)); 459 459 } 460 460
Note: See TracChangeset
for help on using the changeset viewer.