MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
testSynapse.cpp File Reference

Go to the source code of this file.

Functions

void testSynapse ()
 
void testSynapseProcess ()
 

Function Documentation

void testSynapse ( )

Definition at line 205 of file testSynapse.cpp.

Referenced by nonMpiTests().

206 {
207 #ifdef DO_UNIT_TESTS
208  testRollingMatrix();
209  testRollingMatrix2();
210  testSeqSynapse();
211 #endif // DO_UNIT_TESTS
212 }

+ Here is the caller graph for this function:

void testSynapseProcess ( )

Definition at line 215 of file testSynapse.cpp.

216 {
217 }