Changes between Initial Version and Version 1 of Ticket #229


Ignore:
Timestamp:
10/30/08 18:20:28 (16 years ago)
Author:
arango
Comment:

Yes, there are typos here in the CPP option to define the different algorithms for roughness from ripples. I changed cppdefs.h and checkdefs.F to be consistent with ssw_bbl.h. This typo was also present for SSW_ZOBL and SSW_ZOBIO. Thank you for reporting this problem.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #229

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

    initial v1  
    1 It appears that cpp option SSW_ZORIP is written with the letter "Oh" within ssw_bbl.h, but written with the number "zero" in cppdefs.h. When I define SSW_Z0RIP (with zero), it appears in the listed options in the output file, but doesn't actually use the requested code. When I define SSW_ZORIP (with the letter "Oh"), it doesn't appear in the listed options, but does use the requested code. Is the fix as simple as changing the zero in cppdefs.h?
     1It appears that cpp option '''SSW_ZORIP''' is written with the letter '''O''' within '''ssw_bbl.h''', but written with the number '''0''' (zero) in '''cppdefs.h'''. When I define '''SSW_Z0RIP''' (with zero), it appears in the listed options in the output file, but doesn't actually use the requested code. When I define '''SSW_ZORIP''' (with the letter '''O'''), it doesn't appear in the listed options, but does use the requested code. Is the fix as simple as changing the zero in '''cppdefs.h'''?