Mercurial > hg > aimc
diff trunk/carfac/carfac_test.cc @ 684:49af9a8d5a53
Initial translation of SAI code to C++.
This only implements the simple (as opposed to the layered) SAI, as
implemented in SAI_Run.m.
author | ronw@google.com |
---|---|
date | Fri, 31 May 2013 21:46:48 +0000 |
parents | 66688b9f8853 |
children | d0612798f6de |
line wrap: on
line diff
--- a/trunk/carfac/carfac_test.cc Wed May 29 20:33:06 2013 +0000 +++ b/trunk/carfac/carfac_test.cc Fri May 31 21:46:48 2013 +0000 @@ -23,7 +23,8 @@ #include <string> #include <fstream> #include <vector> -#include <gtest/gtest.h> + +#include "gtest/gtest.h" #include "car_params.h" #include "ihc_params.h" #include "agc_params.h"