Changes between Initial Version and Version 1 of Ticket #688


Ignore:
Timestamp:
05/04/16 17:14:21 (8 years ago)
Author:
arango
Comment:

Yes, good catch. Thank you!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #688

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #688 – Description

    initial v1  
    1 At lines 126:127 for 3D vector fields, we should have
     1At lines 126:127 for 3D vector fields, we should have in '''rotate_vec.m''':
    22
    33{{{
    4         Vout(i,1:Mm)=-UatV(1,2:M ,:).*sin(Vangle(1,1:Mm,:))-          ...
    5                       Vinp(i,1:Mm,:).*cos(Vangle(1,1:Mm,:));
     4        Vout(i,1:Mm,:)=-UatV(1,2:M ,:).*sin(Vangle(1,1:Mm,:))-        ...
     5                        Vinp(i,1:Mm,:).*cos(Vangle(1,1:Mm,:));
    66}}}
    77