/*handle overlapping FeII lines * * in Katya's code this figures out the overlapping lines * */ #include "cddefines.h" #include "fe2ovrlap.h" void Fe2OvrLap(void) { # ifdef DEBUG_FUN fputs( "<+>Fe2OvrLap()\n", debug_fp ); # endif # ifdef DEBUG_FUN fputs( " <->Fe2OvrLap()\n", debug_fp ); # endif return; }