/* ************************************************************************ * * %M% - * * Copyright (c) 1995 * * ETH Zuerich * Institut fuer Molekularbiologie und Biophysik * ETH-Hoenggerberg * CH-8093 Zuerich * * All Rights Reserved * * Date of last modification : %E% * Pathname of SCCS file : %P% * SCCS identification : %I% * ************************************************************************ */ /**************************************************************************/ /* */ /**************************************************************************/ /* C libraries */ #include #include #include #include /* Global variables and classes */ #include "global.h" /* Classes used in this module */ #include "cmdline.h" /* FORTRAN line interpreter */ #include "log.h" /* write log file */ #include "specTypes.h" /* list of spectrum types */ #include "bib.h" /* lib. of atoms and fragments */ #include "envir.h" /* global environment */ #include "interpreter.h" /* call to functions, */ /* updates global variables */ /**************************************************************************/ /* main routine */ /**************************************************************************/ main(int argc, char **argv) { LiSpecType liSpecType; Log lo; UserVar userVar; Cmd command; Envir envir; Call interpreter(&envir); char line[MAXLINE * 2]; int i; /* lo.init(); */ liSpecType.init(); line[0] = '\0'; if(argc > 1) { for(i=1;i