bpmsimulation/generate_noise.c

Go to the documentation of this file.
00001 
00005 #include <bpm/bpm_messages.h>
00006 #include <bpm/bpm_simulation.h>
00007 
00012 int generate_noise( bpmconf_t *bpm, beamconf_t *beam, bpmsignal_t *sig ) {
00013 
00014   if ( ! bpm || ! beam || ! sig ) {
00015     bpm_error( "Invalid pointer arguments in generate_noise(...)",
00016                __FILE__, __LINE__ );
00017     return BPM_FAILURE;
00018   }
00019 
00020   
00021   return BPM_SUCCESS;
00022 }
00023 
00024 // end of file

Generated on Fri Nov 9 21:17:11 2007 for libbpm by  doxygen 1.5.1