DATRW++ library: seismic data I/O with multiple formats
tfasciitest.cc File Reference

test tfascii reading More...

#include <iostream>
#include <fstream>
#include <iomanip>
#include <tfxx/commandline.h>
#include <datrwxx/error.h>
#include <datrwxx/tfascii.h>
#include <datrwxx/readany.h>
Include dependency graph for tfasciitest.cc:

Go to the source code of this file.

Classes

struct  Options
 

Macros

#define TFASCIITEST_VERSION   "TFASCIITEST V1.0 test tfascii reading"
 

Functions

int main (int iargc, char *argv[])
 

Detailed Description

test tfascii reading


Author
Daniel Armbruster
Date
14/10/2010

Purpose: test tfascii reading


This file is part of libdatrwxx.

libdatrwxx is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

libdatrwxx is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with libdatrwxx. If not, see http://www.gnu.org/licenses/.

Copyright (c) 2010 by Daniel Armbruster

REVISIONS and CHANGES 14/10/2010 V0.1 Daniel Armbruster


Definition in file tfasciitest.cc.