NEURON
consist.cpp File Reference
#include <../../nmodlconf.h>
#include "modl.h"
#include "parse1.hpp"
#include "symbol.h"

Go to the source code of this file.

Macros

#define con(arg1, arg2, arg3)
 

Functions

void consistency ()
 

Variables

Symbolscop_indep
 
Symbolindepsym
 

Macro Definition Documentation

◆ con

#define con (   arg1,
  arg2,
  arg3 
)
Value:
if (t & (arg2)) if (t & (~(arg2 | arg3))) {\
Fprintf(stderr, "%s is a %s\n",\
s->name, arg1);\
err=1;\
}
_CONST char * s
Definition: system.cpp:74
double t
Definition: init.cpp:123

Definition at line 15 of file consist.cpp.

Function Documentation

◆ consistency()

void consistency ( )

Definition at line 21 of file consist.cpp.

Variable Documentation

◆ indepsym

Symbol* indepsym

Definition at line 11 of file declare.cpp.

◆ scop_indep

Symbol* scop_indep

Definition at line 12 of file declare.cpp.