Changes between Initial Version and Version 1 of Ticket #663


Ignore:
Timestamp:
03/27/15 20:33:16 (9 years ago)
Author:
arango
Comment:

Yes, indeed. Thank you. I put the USE mod_ncparam in the wrong place. It needed to be in the tiled subroutine. The same is needed in the ADM, TLM, and RPM versions of these routine.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #663

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

    initial v1  
    1 we need to add
     1Around line 115 in '''t3dmix4_iso.h''', otherwise the "build" process will fail, when we define '''MIX_ISO_TS''' and '''TS_DIF4'''. We just need to add:
     2{{{
     3      USE mod_ncparam
     4}}}
    25
    3 USE mod_ncparam
    4 
    5 around line 115 in t3dmix4_iso.h, otherwise the "build" process will fail, when we define MIX_ISO_TS and TS_DIF4.
    6 
    7