Foil 22 Using Arrays in Expressions and Statements: Arrays must be same shape(conformable)
From New CPS615 Foils-- 28 August 95 CPS615 Basic Simulation Track for Computational Science -- Fall Semester 95. byNancy McCracken and Geoffrey C. Fox
Basic Array Assignment
Assigning to one row of a two dimensional array. The remaining array values are unchanged
Restriction on array assignment
Assignment Collisions are NOT allowed!
The result is undefined and runtime errors may result