Issue 52 in pencil-code: n_pot > 2 error

1 view
Skip to first unread message

penci...@googlecode.com

unread,
Jun 8, 2010, 7:58:33 AM6/8/10
to pencil-co...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 52 by kuksamax: n_pot > 2 error
http://code.google.com/p/pencil-code/issues/detail?id=52

There is an error in hydro.f90, line 2091

if (n_pot/=2) &
call stop_it("don't you dare using less smoothing than n_pot=2")

The right code is

if (n_pot.le.2) &
call stop_it("don't you dare using less smoothing than n_pot=2")

--
Max Kuksa


penci...@googlecode.com

unread,
Nov 17, 2010, 3:56:32 AM11/17/10
to pencil-co...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 52 by sven.bingert: n_pot > 2 error
http://code.google.com/p/pencil-code/issues/detail?id=52

These lines where moved to initial_conditions/centrifugal_balance.f90

In there I changed it according to the comment by Max Kuksa in revision
15358.

Reply all
Reply to author
Forward
0 new messages