Changeset 18 for src/main/webapp/plotlog.xhtml
- Timestamp:
- 09/22/20 16:26:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/plotlog.xhtml
r17 r18 91 91 } else if (json['SHAOPState']!=undefined) { 92 92 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{ 94 98 setStatus("Unknown log file contents "+Object.keys(json)); 95 99 }
Note:
See TracChangeset
for help on using the changeset viewer.