Changeset: cd4153c81e49 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cd4153c81e49
Modified Files:
        sql/backends/monet5/bam/bam.mal
Branch: bamloader
Log Message:

Fixed erroneous function reference


diffs (10 lines):

diff --git a/sql/backends/monet5/bam/bam.mal b/sql/backends/monet5/bam/bam.mal
--- a/sql/backends/monet5/bam/bam.mal
+++ b/sql/backends/monet5/bam/bam.mal
@@ -75,5 +75,5 @@ address seq_length_bat
 comment "Calculate the real length of a bat of DNA sequences, given their 
CIGAR string."
 
 command seq_char(ref_pos:int, alg_seq:bat[:oid,:str], alg_pos:bat[:oid,:int], 
alg_cigar:bat[:oid,:str]):bat[:oid,:str]
-address seq_char
+address seq_char_bat
 comment "Calculate the character in the alignment string (alg_str) that is 
aligned to position 'ref_pos', conforming to the given cigar string (bat based 
version)"
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to