Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
Prev Previous commit
Updated matrix multiplication after review
* Removed extra ;
  • Loading branch information
Ruyman Reyes committed Nov 24, 2016
commit 2a2f2a35f35ceb3655f2030bfafb83c88ebca6b1
1 change: 0 additions & 1 deletion samples/matrix_multiply/matrix_multiply.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ int main(int argc, char *argv[]) {
}
if (!error) {
std::cout << "Success" << std::endl;
;
} else {
std::cout << " Error in the computation " << std::endl;
}
Expand Down