maestro
maestro copied to clipboard
Create initialiser for MD Array.
The declaration of a MD array should include the initilisation. E.g.: Real arr[2][2] = { {0.0, 0.0}, {0.0, 0.0} }