#ifndef MMTBX_MASKS_UTIL_H
#define MMTBX_MASKS_UTIL_H

namespace mmtbx { namespace masks {

  // DO NOT USE
  void generate_groups(std::set<std::string> &halls,
      const std::string &group_symbol, int ncb);

} } // namespace mmtbx::masks


#endif
