00001
00002
00003
00004 #ifndef NORMALISEUNMERGE_HEADER
00005 #define NORMALISEUNMERGE_HEADER
00006
00007 #include "hkl_unmerge.hh"
00008 #include "globalcontrols.hh"
00009 #include "controls.hh"
00010 #include "Output.hh"
00011 #include "normalise.hh"
00012
00013 namespace scala {
00014
00015 Normalise NormaliseUnmerge(hkl_unmerge_list& hkl_list,
00016 const GlobalControls& GC,
00017 const all_controls& controls,
00018 const bool& verbose,
00019 phaser_io::Output& output);
00020 }
00021
00022 #endif