commit | 6197a181db9d012c04238ed37fafca14b980cb18 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Nov 28 16:04:40 2015 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Nov 28 16:04:40 2015 -0800 |
tree | 44854495489743070c8d5a8ca5fdb35a78485278 | |
parent | 8074baa537003f10b9ed2d24154ce1ebc0bae990 [diff] [blame] |
Moved 2014 drivetrain code into y2014 namespace. Change-Id: I74a1922f846a288725df2aea01c5c9e1b99e07b3
diff --git a/y2014/constants.cc b/y2014/constants.cc index a2928a1..1303d68 100644 --- a/y2014/constants.cc +++ b/y2014/constants.cc
@@ -22,7 +22,7 @@ #define M_PI 3.14159265358979323846 #endif -namespace frc971 { +namespace y2014 { namespace constants { namespace { @@ -221,4 +221,4 @@ } } // namespace constants -} // namespace frc971 +} // namespace y2014