blob: 345d87d029a94338bd550ebe059b989f3212b010 [file] [log] [blame]
int main
(
)
{
#ifdef useJPLvelocity
for(i = 0; i < x; i++)
y++;
#endif
return (0);
} /* main */