X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=vec.hh;fp=vec.h;h=76b25e37c13fe881bdd8556afc5349a31f565668;hb=03be53bf14d0c2e1e3e19356376491945cdd78c8;hp=15de4845c5f87843f4c8a37390d33e385b4b0ae8;hpb=bc662e293c854e1bdc9d46e9a410fe220247e6d4;p=chaz%2Frasterize diff --git a/vec.h b/vec.hh similarity index 98% rename from vec.h rename to vec.hh index 15de484..76b25e3 100644 --- a/vec.h +++ b/vec.hh @@ -5,10 +5,10 @@ * mcgarvey@eng.utah.edu */ -#ifndef _VEC_H_ -#define _VEC_H_ +#ifndef _VEC_HH_ +#define _VEC_HH_ -#include "common.h" +#include "common.hh" /* @@ -290,5 +290,5 @@ vec_t vec_tinterp(vec_t v1, vec_t v2, vec_t v3, scal_t b[3]) } -#endif // _VEC_H_ +#endif // _VEC_HH_