##// END OF EJS Templates
Added Y log tag for Spectrograms...
Added Y log tag for Spectrograms Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r0:86b06c4cec3c
r87:c6cf2dba079d
Show More
deprecate.h
10 lines | 137 B | text/x-c | CLexer
First init from SciQLop Core module...
r0 #ifndef DEPRECATE_H
#define DEPRECATE_H
#ifdef HIDE_DEPRECATED
#define DEPRECATE(x)
#else
#define DEPRECATE(x) x
#endif
#endif