Mercurial > hg > aimc
diff carfac/carfac_test.cc @ 642:20f64146c2ce
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 | fe8ac95fcf9e |
children | 8b70f4cf00c7 |
line wrap: on
line diff
--- a/carfac/carfac_test.cc Wed May 29 20:33:06 2013 +0000 +++ b/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"