|
From: <ad...@us...> - 2006-03-07 00:09:21
|
Revision: 32 Author: adamluk Date: 2006-03-06 16:09:15 -0800 (Mon, 06 Mar 2006) ViewCVS: http://svn.sourceforge.net/g3l/?rev=32&view=rev Log Message: ----------- Modified Paths: -------------- src/trunk/source/G3L_ENGINE/g3l_algorithms.cpp Modified: src/trunk/source/G3L_ENGINE/g3l_algorithms.cpp =================================================================== --- src/trunk/source/G3L_ENGINE/g3l_algorithms.cpp 2006-03-07 00:08:53 UTC (rev 31) +++ src/trunk/source/G3L_ENGINE/g3l_algorithms.cpp 2006-03-07 00:09:15 UTC (rev 32) @@ -12,12 +12,19 @@ /* * Short Description * - * @author name <em...@ad...> + * @author Adam Livesley <ada...@gm...> * @copyright Copyright (c) 2005 G3L Dev Team. * @licence GPL * @version 1.00.0a * @category G3L_ENGINE * @package G3L * @todo none - * @date 00/00/06 + * @date 06/03/06 */ + +#include <G3L_ENGINE/g3l_algorithms.h> + +G3L_Algorithms::G3L_Algorithms() +{ + // construct code ;) +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |