00001
00002
00003
00004
00005 #ifndef OPENINPUTFILE_HEADER
00006 #define OPENINPUTFILE_HEADER
00007
00008 #include "mtz_unmerge_io.hh"
00009
00010 namespace MtzIO
00011 {
00012
00013 const int MAXNCOLUMNS = 21;
00014
00015 column_labels setup_columns();
00016 }
00017
00018 #endif