DATRW++ library: seismic data I/O with multiple formats
hpmodata.cc
Go to the documentation of this file.
1 /*! \file hpmodata.cc
2  * \brief structures and functions to hold hpmo data and to handle it (implementation)
3  *
4  * ----------------------------------------------------------------------------
5  *
6  * \author Thomas Forbriger
7  * \date 22/12/2004
8  *
9  * structures and functions to hold hpmo data and to handle it (implementation)
10  *
11  * ----
12  * This program is free software; you can redistribute it and/or modify
13  * it under the terms of the GNU General Public License as published by
14  * the Free Software Foundation; either version 2 of the License, or
15  * (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25  * ----
26  *
27  * Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)
28  *
29  * REVISIONS and CHANGES
30  * - 22/12/2004 V1.0 Thomas Forbriger
31  *
32  * ============================================================================
33  */
34 #define DATRW_HPMODATA_CC_VERSION \
35  "DATRW_HPMODATA_CC V1.0 "
36 
37 #include <datrwxx/hpmodata.h>
38 
39 namespace datrw {
40 
41  namespace hpmo {
42 
43  } // namespace hpmo
44 
45 } // namespace datrw
46 
47 /* ----- END OF hpmodata.cc ----- */
Root namespace of library.
Definition: aalibdatrwxx.cc:16