>   http://www.plausible.org/andy/new_geodesy.tar.gz

Just some minor issues:

- the use of static is deprecated for module-local objects, anonymous
  namespaces should be used instead.

- I'd prefer references over pointers.  Also, don't pass doubles by
  value but by const& instead.  This leaves the compiler more freedom
  for optimization.

-Gerhard
-- 
| voice: +43 (0)662 642934  ***  web: http://www.cosy.sbg.ac.at/~gwesp/
|
| If emailing to [EMAIL PROTECTED] doesn't work, please try [EMAIL PROTECTED]

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to