// -*- c++ -*- #pragma once #ifndef __RAYS_DEBUG_H__ #define __RAYS_DEBUG_H__ #include namespace Rays { using Xot::dout; using Xot::doutln; }// Rays #endif//EOH