source: XMLIO_V2/external/include/blitz/tiny.h @ 80

Last change on this file since 80 was 80, checked in by ymipsl, 14 years ago

ajout lib externe

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1/***************************************************************************
2 * blitz/tiny.h          Tiny base class; now defunct; delete?
3 *
4 * $Id: tiny.h,v 1.3 2003/01/14 11:29:18 patricg Exp $
5 *
6 * Copyright (C) 1997-2001 Todd Veldhuizen <tveldhui@oonumerics.org>
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * Suggestions:          blitz-dev@oonumerics.org
19 * Bugs:                 blitz-bugs@oonumerics.org
20 *
21 * For more information, please see the Blitz++ Home Page:
22 *    http://oonumerics.org/blitz/
23 *
24 ***************************************************************************/
25
26
27#ifndef BZ_TINY_H
28#define BZ_TINY_H
29
30#ifndef BZ_BLITZ_H
31 #include <blitz/blitz.h>
32#endif
33
34BZ_NAMESPACE(blitz)
35
36class _bz_tinyBase {
37};
38
39BZ_NAMESPACE_END
40
41#endif
42
Note: See TracBrowser for help on using the repository browser.