示例#1
0
 public MpiWorkPacket()
 {
     Command    = SlaveActions.Nothing;
     Parameters = null;
 }
示例#2
0
 public MpiObjectiveScores CalculateCatchmentObjective(MpiObjectiveScores[] gridCellScores, MpiSysConfig sysConfig)
 {
     throw new NotImplementedException("Todo: implement if we require an R function to calculate a catchment score from the gridded scores");
 }