MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
testIntFire.cpp
Go to the documentation of this file.
1 /**********************************************************************
2 ** This program is part of 'MOOSE', the
3 ** Messaging Object Oriented Simulation Environment.
4 ** Copyright (C) 2003-2013 Upinder S. Bhalla. and NCBS
5 ** It is made available under the terms of the
6 ** GNU Lesser General Public License version 2.1
7 ** See the file COPYING.LIB for the full notice.
8 **********************************************************************/
9 
10 
11 #include "header.h"
12 #include "../shell/Shell.h"
13 #include "../biophysics/CompartmentBase.h"
14 #include "../biophysics/Compartment.h"
15 #include "IntFireBase.h"
16 
17 // This tests stuff without using the messaging.
19 {
20 #if 0
21  test network
22 #endif
23 }
24 
25 // This is applicable to tests that use the messaging and scheduling.
27 {
28 }
void testIntFire()
Definition: testIntFire.cpp:18
void testIntFireProcess()
Definition: testIntFire.cpp:26