Exemplo n.º 1
0
 public MpiWorkPacket()
 {
     Command    = SlaveActions.Nothing;
     Parameters = null;
 }
Exemplo n.º 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");
 }