Rupert Ford
Rupert Ford
I removed the #1576 todo in `fparser2.py` as it changes the code to use loop variables rather than ":" notation which is not relevant to what we are doing here.
Ready for next review from @arporter
Added a test showing that an array within a structure causes the transformation to raise an exception. Also added a new issue #1858 about supporting arrays within structures and referenced...
Removed unnecessary import from test file.
Ready for next review from @arporter
I've hopefully made the required changes. Ready for another look from @arporter.
The first thing to do is to check whether there is an active stencil or not as if there is not the code can be safely adjointified. If there is,...
Created branch [1562_matmul_rhs](https://github.com/stfc/PSyclone/tree/1562_matmul_rhs)
There are a couple of potential solutions here. 1) Determine the rank of the array returned by the matmul - probably by using `.datatype` as has been implemented for references....
It may be that we should tackle implicit arrays being mapped to colon notation first in this case. e.g. `a` goes to `a(:)`