Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 2d66621

Browse files
committed
undo: disable cvode.
1 parent 5b6947b commit 2d66621

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -531,12 +531,12 @@ int run_nmodl(int argc, const char* argv[]) {
531531
.api()
532532
.initialize_interpreter();
533533

534-
if (neuron_code) {
535-
logger->info("Running CVODE visitor");
536-
CvodeVisitor().visit_program(*ast);
537-
SymtabVisitor(update_symtab).visit_program(*ast);
538-
ast_to_nmodl(*ast, filepath("cvode"));
539-
}
534+
/*if (neuron_code) {*/
535+
/* logger->info("Running CVODE visitor");*/
536+
/* CvodeVisitor().visit_program(*ast);*/
537+
/* SymtabVisitor(update_symtab).visit_program(*ast);*/
538+
/* ast_to_nmodl(*ast, filepath("cvode"));*/
539+
/*}*/
540540

541541
if (sympy_conductance) {
542542
logger->info("Running sympy conductance visitor");

0 commit comments

Comments
 (0)