maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Create initialiser for MD Array.

Open FrederikPM opened this issue 3 years ago • 0 comments

The declaration of a MD array should include the initilisation. E.g.: Real arr[2][2] = { {0.0, 0.0}, {0.0, 0.0} }

FrederikPM avatar May 06 '21 08:05 FrederikPM