Ticket #524 (assigned Defect: null)

Opened 16 months ago

Last modified 16 months ago

Run Coral Reef Connectivity Simulation reports Warning: Size vector should be a row vector with integer elements.

Reported by: jjr8 Owned by: jjr8
Priority: Low Milestone: 0.8
Component: Tools - Connectivity - Coral Reefs Version:
Keywords: Cc:

Description


Change History

Changed 16 months ago by jjr8

  • priority changed from Medium to Low
  • status changed from new to assigned

I think the problem is with this code in DisperseLarvae.m:

dispersalMatrix = zeros(length(reefIDs), length(reefIDs), 1 + length(uvIndexForTimestep) / summarizationPeriod, 'single');
densityImages = zeros(size(reefIDsImage,1), size(reefIDsImage,2), 1 + length(uvIndexForTimestep) / summarizationPeriod, 'single');
Note: See TracTickets for help on using tickets.