Changeset 3913
- Timestamp:
- May 19, 2020, 12:44:31 AM (3 years ago)
- Location:
- trunk/yat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/omic/algorithm.h
r3792 r3913 25 25 #include <yat/utility/config_public.h> 26 26 27 #ifdef YAT_HAVE_ LIBBAM27 #ifdef YAT_HAVE_HTSLIB 28 28 #include "BamPairIterator.h" 29 29 #endif -
trunk/yat/utility/config_public.h.in
r3912 r3913 64 64 65 65 /// This macro is deprated, left for backward compatibility with yat 0.17 66 #ifdef YAT_HAVE_HTSLIB 66 67 #define YAT_HAVE_LIBBAM YAT_HAVE_HTSLIB 68 #endif 67 69 68 70 /// Define if compiler supports deprecated attribute, as in g++ 4.0
Note: See TracChangeset
for help on using the changeset viewer.