/* $Id: cmdpars.cc,v 1.2 1996/10/11 16:15:27 roitzsch Exp $ (C)opyright 1996 by Konrad-Zuse-Center, Berlin All rights reserved. Part of the Kaskade distribution */ #include "general.h" #include "utils.h" #include "cmdpars.h" //------------------------------------------------------------------------- void CmdPars::read (int argc, char** argv) { int i, n; // -- first read command files ... ReadCmdFile("kaskade.init"); // default cmd-file kaskade.init // ReadCmdFile(argv[0]); // default cmd-file: programme name for (i=1; i