MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SynChan.cpp File Reference
#include "header.h"
#include "ChanBase.h"
#include "ChanCommon.h"
#include "SynChan.h"
+ Include dependency graph for SynChan.cpp:

Go to the source code of this file.

Functions

const double & SynE ()
 

Variables

static const CinfosynChanCinfo = SynChan::initCinfo()
 

Function Documentation

const double& SynE ( )

Definition at line 15 of file SynChan.cpp.

Referenced by SynChan::normalizeGbar().

15  {
16  static const double SynE = exp(1.0);
17  return SynE;
18 }
const double & SynE()
Definition: SynChan.cpp:15

+ Here is the caller graph for this function:

Variable Documentation

const Cinfo* synChanCinfo = SynChan::initCinfo()
static

Definition at line 93 of file SynChan.cpp.