Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 6, 2024
1 parent 3df34b9 commit 30b386e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/codegen/codegen_cpp_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1477,8 +1477,7 @@ void CodegenCppVisitor::setup(const Program& node) {
}

if (!info.vectorize) {
logger->warn(
"CodegenCoreneuronCppVisitor : MOD file uses non-thread safe constructs of NMODL");
logger->warn("CodegenCppVisitor : MOD file uses non-thread safe constructs of NMODL");
}

codegen_float_variables = get_float_variables();
Expand Down

0 comments on commit 30b386e

Please sign in to comment.