tools/main.cpp
changeset 972 ad59641a68c8
parent 968 b0e894257743
child 974 5868944a6456
equal deleted inserted replaced
971:d169890332fe 972:ad59641a68c8
   160     Master master;
   160     Master master;
   161     
   161     
   162 	getOptions(argc, argv);
   162 	getOptions(argc, argv);
   163 
   163 
   164     try {
   164     try {
   165         master.open(masterIndex);
   165         master.setIndex(masterIndex);
   166 
   166 
   167         if (command == "data") {
   167         if (command == "data") {
   168             master.outputData(domainIndex);
   168             master.outputData(domainIndex);
   169         } else if (command == "debug") {
   169         } else if (command == "debug") {
   170             master.setDebug(commandArgs);
   170             master.setDebug(commandArgs);