Added redundant Symbol.h header for backwards compatibility

release/4.3a0
Frank Dellaert 2013-09-01 15:26:05 +00:00
parent 1e12f287ed
commit 56dcd1be7e
1 changed files with 22 additions and 0 deletions

22
gtsam/nonlinear/Symbol.h Normal file
View File

@ -0,0 +1,22 @@
/* ----------------------------------------------------------------------------
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
* Atlanta, Georgia 30332-0415
* All Rights Reserved
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
* See LICENSE for the license information
* -------------------------------------------------------------------------- */
/**
* @file Symbol.h
* @date Sept 1, 2013
* @author Frank Dellaert
* @brief Symbol.h was moved to inference directory, this header was retained for compatibility
*/
#pragma once
#include <gtsam/inference/Symbol.h>