00001 /* 00002 * Copyright (C) 2007 Jolien Creighton 00003 * 00004 * This program is free software; you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License as published by 00006 * the Free Software Foundation; either version 2 of the License, or 00007 * (at your option) any later version. 00008 * 00009 * This program is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU General Public License 00015 * along with with program; see the file COPYING. If not, write to the 00016 * Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, 00017 * MA 02111-1307 USA 00018 */ 00019 00020 /********************************** <lalVerbatim file="LALTemplateCV"> 00021 Author: Creighton, T. D. 00022 $Id: LALTemplate.c,v 1.5 2007/06/08 14:41:52 bema Exp $ 00023 *********************************** </lalVerbatim> */ 00024 00025 /* Documentation of the function(s) */ 00026 00027 #include <lal/LALStdlib.h> /* Include any required headers */ 00028 #include <lal/LALTemplate.h> /* Include any required headers */ 00029 00030 /* Define RCS ID string */ 00031 NRCSID(LALTEMPLATEC,"$Id: LALTemplate.c,v 1.5 2007/06/08 14:41:52 bema Exp $"); 00032 00033 /* Define local constants and macros */ 00034 00035 /* Declare local (static) functions (definitions can go here or at the 00036 end of the file) */ 00037 00038 /* Define global functions. Function prototypes must be 00039 auto-extracted for inclusion in the documentation */ 00040 /* <lalVerbatim file="LALTemplateCP"> */ 00041 void LALTemplate( LALStatus *stat ) 00042 { /* </lalVerbatim> */ 00043 /* Variable declarations */ 00044 INITSTATUS(stat,"LALTemplate",LALTEMPLATEC); 00045 /* Code */ 00046 RETURN(stat); 00047 }
1.5.2