NEURON
after_cvode_to_cnexp.cpp File Reference
#include <catch2/catch_test_macros.hpp>
#include "ast/program.hpp"
#include "parser/nmodl_driver.hpp"
#include "utils/test_utils.hpp"
#include "visitors/after_cvode_to_cnexp_visitor.hpp"
#include "visitors/checkparent_visitor.hpp"
#include "visitors/symtab_visitor.hpp"
#include "visitors/visitor_utils.hpp"

Go to the source code of this file.

Functions

std::string run_after_cvode_to_cnexp_visitor (const std::string &text)
 
 SCENARIO ("AfterCVodeToCnexpVisitor changes after_cvode solver method to cnexp")
 

Function Documentation

◆ run_after_cvode_to_cnexp_visitor()

std::string run_after_cvode_to_cnexp_visitor ( const std::string &  text)

Definition at line 31 of file after_cvode_to_cnexp.cpp.

◆ SCENARIO()

SCENARIO ( "AfterCVodeToCnexpVisitor changes after_cvode solver method to cnexp"  )

Definition at line 45 of file after_cvode_to_cnexp.cpp.