00001
00002
00003 #ifndef OUTPUTUNMERGEDDATA_HEADER
00004 #define OUTPUTUNMERGEDDATA_HEADER
00005
00006 #include <string>
00007
00008 #include "hkl_unmerge.hh"
00009 #include "hkl_symmetry.hh"
00010 #include "hkl_datatypes.hh"
00011 #include "Output.hh"
00012
00013 namespace scala{
00014
00015 void OutputUnmergedData(hkl_unmerge_list& hkl_list,
00016 const std::string& hklout_filename,
00017 const hkl_symmetry& SPGsymm,
00018 const ReindexOp& reindex_sg,
00019 const bool& reindexedTestData,
00020 const std::string& Title,
00021 const std::string& groupflag,
00022 phaser_io::Output& output);
00023 }
00024
00025 #endif