Ignore:
Timestamp:
09/28/20 09:28:44 (4 years ago)
Author:
bart
Message:

Version 1.5.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocol/src/main/java/geniusweb/protocol/session/mopac/MOPACState.java

    r22 r23  
    270270        @Override
    271271        public SessionResult getResult() {
    272                 List<Double> emptylist = new LinkedList<>();
    273                 for (int n = 0; n < getConnections().size(); n++)
    274                         emptylist.add(0d);
    275                 return new SessionResult(getSettings().getAllParties(), getAgreements(),
    276                                 emptylist, null);
     272                return new SessionResult(partyprofiles, getAgreements(),
     273                                Collections.emptyMap(), null);
    277274        }
    278275
Note: See TracChangeset for help on using the changeset viewer.