typo in eosgeneral con2prim causes assignment to full array instead of single element

Issue #312 closed
Roland Haas created an issue

in Con2PrimGeneral inside a "do k .. do j .. do i" loop an assignment to the array "f" is made where only f(i,j,k) is used later on (all of "f" had been used earlier). In Con2PrimGeneral_Polytype this does no happen.

This causes no actual error, just slower execution.

Keyword: GRHydro

Comments (3)

  1. Log in to comment