;+ ; Toggle to continuum mode. The value of !g.line is set to 0. That value ; is used by several procedures and functions to decide how they ; should behave (e.g. get). ; ; @version $Id: cont.pro,v 1.2 2004/11/12 21:49:14 bgarwood Exp $ ;- PRO cont compile_opt idl2 !g.line = 0 END