00001
00002
00003 #ifndef WRITEUNMERGEDMTZ_HEADER
00004 #define WRITEUNMERGEDMTZ_HEADER
00005
00006 #include <string>
00007
00008 #include "hkl_unmerge.hh"
00009 #include "Output.hh"
00010 #include "hkl_symmetry.hh"
00011
00012 namespace MtzIO
00013 {
00014
00015 bool WriteUnmergedMTZ(scala::hkl_unmerge_list& hkl_list,
00016 const scala::hkl_symmetry& NewSymm,
00017 const std::string& filename_out,
00018 const std::string& title);
00019 }
00020 #endif