Good point, thanks. I am still getting used to the semantics of 
assigning/copying/referencing Julia arrays.

On Friday, December 18, 2015 at 1:13:38 AM UTC-5, Lutfullah Tomak wrote:
>
>    # timestepping loop
>     for n = 0:Nt
>
>         Nn1f = copy(Nnf);
>
> Though unrelated to unrolling, here copy seems to be redundant since Nnf 
> is assigned to another arrray after that.
>
>

Reply via email to