Typo in ad_set_vbc.F line 1165 rev 973

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
stlaur
Posts: 30
Joined: Sun Jun 27, 2010 8:45 pm
Location: Old Dominion University

Typo in ad_set_vbc.F line 1165 rev 973

#1 Unread post by stlaur »

Hi,
There is a typo in ad_set_vbc.F on line 1165:

Code: Select all

     &            ad_stfx(i,j,itemp)
should be

Code: Select all

     &            ad_stflx(i,j,itemp)
(needs a "l" between "f" and "x").
Pierre

User avatar
arango
Site Admin
Posts: 1347
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: Typo in ad_set_vbc.F line 1165 rev 973

#2 Unread post by arango »

Indeed, thank you! I didn't test with LIMIT_STFLX_COOLING activated.

Post Reply