mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
.. allows constrained fits .. this is a GPL lib that is included into the source tree to avoid adding another painful deendency. .. for details of the lib please see: http://users.ics.forth.gr/~lourakis/levmar/
12 lines
236 B
C
12 lines
236 B
C
#ifndef _DEPR_LM_H_
|
|
#define _DEPR_LM_H_
|
|
|
|
#ifdef _MSC_VER
|
|
#pragma message("lm.h is deprecated, please use levmar.h instead!")
|
|
#else
|
|
#error lm.h is deprecated, please use levmar.h instead!
|
|
#endif /* _MSC_VER */
|
|
|
|
#endif /* _DEPR_LM_H_ */
|
|
|