CCL Home Page
Up Directory CCL newgeo.c
#include "utility.h"

#define extern
#include "newgeo.h"

int main(argc,argv)
/*============================================================================*/
/* AUTHOR:    John R. Hurst, Data Management, 051088
/* COPYRIGHT 1994 MONSANTO COMPANY
/* LAST MODIFICATION: 11 JUNE 1991 MVG
/*============================================================================*/
  int argc;
  char *argv[];
  {
  char raw_file_name[130];
  int input_type;		/* INPUT GEOMETRY TYPE. */
  int output_type;		/* OUTPUT GEOMETRY TYPE. */
  int nfile;			/* WHICH ARG LIST FILE. */
  int status;
  char choice;

  void exit();
  void clear_screen();		/* CLEAR SCREEN, POSSIBLY DISPLAY FILES. */

  /* EXPRESS MODE = DUPLICATED TREATMENT FOR ALL MOLECULES ON COMMAND LINE. */
  if (argc>1)
    {
    express_mode=TRUE;
    first_express_pass=TRUE;
    input_type=get_input_type();	/* DETERMINE FILE TYPES TO USE. */
    output_type=get_output_type();

    for (nfile=1; nfile
  
Modified: Fri Feb 11 17:00:00 1994 GMT
Page accessed 4835 times since Sat Apr 17 21:58:48 1999 GMT