one_phase_pull.cc File Reference

#include "one_phase_pull.hh"

Include dependency graph for one_phase_pull.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)


Function Documentation

int main int  argc,
char **  argv
 

Definition at line 1425 of file one_phase_pull.cc.

References OnePhasePullFilter::run().

01426 {
01427   OnePhasePullFilter *app;
01428 
01429   // Initialize and run the Gradient Filter
01430   app = new OnePhasePullFilter(argc, argv);
01431   app->run();
01432 
01433   return 0;
01434 }

Here is the call graph for this function:


Generated on Tue Mar 6 16:56:33 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6