#include "coreneuron/io/lfp.hpp"
#include "coreneuron/io/nrnsection_mapping.hpp"
#include "coreneuron/io/reports/report_event.hpp"
#include "coreneuron/mpi/nrnmpi.h"
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_floating_point.hpp>
#include <iostream>
Go to the source code of this file.
|
template<typename F > |
double | integral (F f, double a, double b, int n) |
|
| TEST_CASE ("LFP_PointSource_LineSource") |
|
◆ integral()
template<typename F >
double integral |
( |
F |
f, |
|
|
double |
a, |
|
|
double |
b, |
|
|
int |
n |
|
) |
| |
◆ TEST_CASE()
TEST_CASE |
( |
"LFP_PointSource_LineSource" |
| ) |
|