series/series-test.cc

Test of series classes.
00001 //
00002 // $Id: series-test.cc,v 1.5 2006-05-01 14:24:57 cholm Exp $ 
00003 //  
00004 //  series/series-test.cc
00005 //  Copyright (C) 2002 Christian Holm Christensen <cholm@nbi.dk> 
00006 //
00007 //  This library is free software; you can redistribute it and/or 
00008 //  modify it under the terms of the GNU Lesser General Public License 
00009 //  as published by the Free Software Foundation; either version 2.1 
00010 //  of the License, or (at your option) any later version. 
00011 //
00012 //  This library is distributed in the hope that it will be useful, 
00013 //  but WITHOUT ANY WARRANTY; without even the implied warranty of 
00014 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
00015 //  Lesser General Public License for more details. 
00016 // 
00017 //  You should have received a copy of the GNU Lesser General Public 
00018 //  License along with this library; if not, write to the Free 
00019 //  Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 
00020 //  02111-1307 USA 
00021 //
00022 #ifndef __IOSTREAM__
00023 #include <iostream>
00024 #endif
00025 #ifndef GSLMM_math_type_trait
00026 #include <gslmm/math/type_trait.hh>
00027 #endif
00028 #ifndef GSLMM_series
00029 #include <gslmm/series/series.hh>
00030 #endif
00031 #ifndef GSLMM_test_suite
00032 #include <gslmm/test/test_suite.hh>
00033 #endif
00034 #ifndef __FSTREAM__
00035 #include <fstream>
00036 #endif
00037 #ifndef __IOMANIP__
00038 #include <iomanip>
00039 #endif
00040 
00046 //____________________________________________________________________  
00047 int main(int argc, char** argv) 
00048 {
00049   gslmm::test_suite ts("series", argc, argv);
00050 
00051 
00052   return ts.summary() ? 0 : 1;
00053 }
00054 
00055 //____________________________________________________________________  
00056 //
00057 // EOF
00058 //  
Top of page Last update Tue May 9 10:11:12 2006
Christian Holm
Created by DoxyGen 1.4.6