00001 // This is brl/bbas/bsta/bsta_gauss_id3.h 00002 #ifndef bsta_gauss_id3_h_ 00003 #define bsta_gauss_id3_h_ 00004 //: 00005 // \file 00006 // \brief A Gaussian with independent covariance in 3D with type double 00007 // \author Matt Leotta (mleotta@lems.brown.edu) 00008 // \date January 26, 2006 00009 00010 #include "bsta_gaussian_indep.h" 00011 00012 typedef bsta_gaussian_indep<double,3> bsta_gauss_id3; 00013 00014 00015 #endif // bsta_gauss_id3_h_