/* ========================================================================= */
/* ------------------------------------------------------------------------- */
/*!
\file ##FILENAME##.cc
\date ##DATA##
\author ##AUTHOR##
\brief Contains ...
*//*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please read COPYING and README files in root folder
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/* ------------------------------------------------------------------------- */
/* ========================================================================= */
//
//
//
//
/* INCLUDES ------------------------------------------------------------ */
#include "##FILENAME##.h"
/* INCLUDES ============================================================ */
//
//
//
//
/* DATA ---------------------------------------------------------------- */
/* DATA ================================================================ */
//
//
//
//
/* FUNCTIONS ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
int Sample_Function ( int arg1, double arg2 )
{
int iRet = 0;
return iRet;
}
/* ========================================================================= */
/* FUNCTIONS =========================================================== */
//
//
//
//
/* ------------------------------------------------------------------------- */
/* ========================================================================= */