NEURON
global_scalar.cpp File Reference
#include <cmath>
#include <iostream>
#include "neuronapi.h"

Go to the source code of this file.

Functions

void modl_reg ()
 
static bool check (bool cond, const char *msg)
 
static bool eq (double got, double want, const char *msg)
 
int main (void)
 

Function Documentation

◆ check()

static bool check ( bool  cond,
const char *  msg 
)
static

Definition at line 16 of file global_scalar.cpp.

◆ eq()

static bool eq ( double  got,
double  want,
const char *  msg 
)
static

Definition at line 23 of file global_scalar.cpp.

◆ main()

int main ( void  )

Definition at line 31 of file global_scalar.cpp.

◆ modl_reg()

void modl_reg ( void  )

Definition at line 14 of file global_scalar.cpp.