实现了2种比值法计算云量
This commit is contained in:
12
cloudage_global.h
Normal file
12
cloudage_global.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef CLOUDAGE_GLOBAL_H
|
||||
#define CLOUDAGE_GLOBAL_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#if defined(CLOUDAGE_LIBRARY)
|
||||
# define CLOUDAGESHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define CLOUDAGESHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // CLOUDAGE_GLOBAL_H
|
Reference in New Issue
Block a user