bpmprocess/fit_ddc.c

Go to the documentation of this file.
00001 
00005 #include <bpm/bpm_messages.h>
00006 #include <bpm/bpm_process.h>
00007 
00015 int fit_ddc( double *ddc, int ns, double *tdecay ) {
00016   
00017   if ( ! ddc ) {
00018     bpm_error( "Invalid waveform pointer in fit_ddc(...)",
00019                __FILE__, __LINE__ );
00020     return BPM_FAILURE;
00021   }
00022 
00023   
00024 
00025 
00026   return BPM_SUCCESS;
00027 }

Generated on Thu Jan 10 10:18:04 2008 for libbpm by  doxygen 1.5.1