Changeset 6143 for branches/stable_5.0/ARB_GDE
- Timestamp:
- 15/08/09 14:13:42 (3 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/ARB_GDE/GDE_arbdb_io.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/ARB_GDE/GDE_arbdb_io.cxx
r5901 r6143 60 60 size_t fl = filter->filter_len; 61 61 if (fl < maxalignlen) { 62 aw_message("Warning Your filter is shorter than the alignment len");62 aw_message("Warning: Your filter is shorter than the alignment len"); 63 63 maxalignlen = fl; 64 64 }
