Skip to content

Commit

Permalink
add matrixMultiplication to struct
Browse files Browse the repository at this point in the history
  • Loading branch information
L0rdLizard committed May 24, 2024
1 parent 33ce6df commit 2bbb8e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rabbitCore/worker/RabbitWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ void RabbitWorker::init() {

mapping["simpleMath"] = &RabbitWorker::simpleMathHandler;
mapping["determinant"] = &RabbitWorker::determinantHandler;
mapping["matrixMultiplication"] = &RabbitWorker::matrixMultiplicationHandler;

// Register worker
if (connection) {
Expand Down

0 comments on commit 2bbb8e8

Please sign in to comment.