[ET Trac] [Einstein Toolkit] #235: Improve performance of Fortran index calculations
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Sat Jan 22 22:50:43 CST 2011
#235: Improve performance of Fortran index calculations
--------------------------+-------------------------------------------------
Reporter: eschnett | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: Cactus | Version:
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Comment (by anonymous):
Why is there the conditional in GridFuncStuff.pl (new line 394):
+ if ($dim<3)
+ {
+ $type .= "${sep}cctk_lsh$dim1";
+ }
+ else
+ {
+ $type .= "${sep}cctk_lsh($dim1)";
+ }
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/235#comment:1>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list