Skip to content

Commit

Permalink
fix namespace for correction Mananger
Browse files Browse the repository at this point in the history
  • Loading branch information
harrypuuter committed Jun 3, 2024
1 parent 8ebbff3 commit 3bcc548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_generation/analysis_template_friends.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ int main(int argc, char *argv[]) {
// start an onnx session manager
OnnxSessionManager onnxSessionManager;
// start a correction manager
CorrectionManager correctionManager;
correctionManager::CorrectionManager correctionManager;

// {MULTITHREADING}

Expand Down

0 comments on commit 3bcc548

Please sign in to comment.