[Insight-developers] ITK convention between #include "" and #include <>
Sean McBride
sean at rogue-research.com
Tue Jun 22 17:48:23 EDT 2010
Hi all,
Does ITK have a convention for using #include "" vs #include <> ?
For example in itkMatrix.h:
<http://public.kitware.com/cgi-bin/viewcvs.cgi/Code/Common/itkMatrix.h?
root=Insight&view=markup>
Why does it do both:
#include "vnl/algo/vnl_matrix_inverse.h"
and
#include <vnl/algo/vnl_determinant.h>
Is this a bug or feature?
Cheers,
--
____________________________________________________________
Sean McBride, B. Eng sean at rogue-research.com
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
More information about the Insight-developers
mailing list