Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
lm.h
Go to the documentation of this file.
1#ifndef _DEPR_LM_H_
2#define _DEPR_LM_H_
3
4#ifdef _MSC_VER
5#pragma message("lm.h is deprecated, please use levmar.h instead!")
6#else
7#error lm.h is deprecated, please use levmar.h instead!
8#endif /* _MSC_VER */
9
10#endif /* _DEPR_LM_H_ */
11