Custom Query (5 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 5)

1 2
Ticket Owner Reporter Resolution Summary
#2 somebody wilkin fixed minor syntax errors in set_avg.F
Description

I corrected a couple of minor code errors in set_avg.F that turn up when AVERAGES_QUADRATIC is active. They involve the Huon,Hvom changes from a while ago. I've committed the change to my own branch at revision 260.

#3 somebody zhang fixed flag missing in ad_wrt_his.F
Description

Flag 'ADJUST_WSTRESS' is missing between line 536 and 537 in ad_wrt_his.F. It should be:

# ifdef ADJUST_WSTRESS

ELSE

status=nf_fwrite2d(ng, iADM, ncADJid(ng), adjVid(idVsms,ng), &

& tADJindx(ng), gtype, & & LBi, UBi, LBj, UBj, scale, &

# ifdef MASKING

& GRID(ng) % vmask(LBi,LBj), &

# endif

& FORCES(ng) % ad_vstr(LBi,LBj,kout))

# endif

#4 somebody zhang fixed '#' is missing in tl_wrt_ini.F
Description

Line 395 in tl_wrt_ini.F.

'#' is missing in front of 'endif'

1 2
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.