Skip to content

Commit

Permalink
Fixed some debug output in NumCIL
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed May 4, 2015
1 parent ab3131c commit 6f27c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bridge/NumCIL/NumCIL.Unsafe/ApplyBinary.tt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ foreach(string typename in new string[] {"SByte", "Byte", "Int16", "UInt16", "In
if (UFunc_Op_Inner_Binary_Flush_Typed<System.<#=typename#>, System.<#=typename_out#>, C>(op, in1, in2, @out))
return;

#if DEBUG
Console.WriteLine("Generic Binary method <#=structname#> for <#=typename#>, with op = {0}, Ta = {1}, Tb = {2}", op.GetType(), typeof(System.<#=typename#>), typeof(System.<#=typename_out#>));
#endif
<#
}
#>
Expand Down

0 comments on commit 6f27c1f

Please sign in to comment.