tpmain.c File Reference

#include "../headers/tpmain.h"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])


Function Documentation

int main ( int  argc,
char *  argv[] 
)

## FUNCTION: int main(int argc, char *argv[])

## SPECIFICATION: Main program for tpocket!

Definition at line 63 of file tpmain.c.

References free_all(), free_tparams(), get_tpocket_args(), s_tparams::nfiles, and test_fpocket().

00064 {
00065         s_tparams *par = get_tpocket_args(argc, argv) ;
00066         if(par && par->nfiles > 0) {
00067                 test_fpocket(par) ;
00068         }
00069 
00070         free_tparams(par) ;
00071         free_all() ;
00072 
00073         return 0 ;
00074 }


Generated on Mon Jun 7 16:44:23 2010 for fpocket by  doxygen 1.5.6