Ignore:
Timestamp:
09/22/20 16:26:52 (4 years ago)
Author:
bart
Message:

Minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/webapp/plotlog.xhtml

    r17 r18  
    9191                } else if (json['SHAOPState']!=undefined) {
    9292                        processSHAOP(json['SHAOPState']);
    93                 } else {
     93                } else if (json['MOPACState']!=undefined) {
     94                        // just use the SAOP processor, which shows the
     95                        // utilities of all Offers in sequence.
     96                        processSAOP(json['MOPACState']);
     97                } else{
    9498                setStatus("Unknown log file contents "+Object.keys(json));
    9599            }
Note: See TracChangeset for help on using the changeset viewer.