Team:TU Delft/test

From 2010.igem.org

(Difference between revisions)
Line 206: Line 206:
for (i=0;i<count;i++)
for (i=0;i<count;i++)
{
{
-
depthStr=depthStr + array[i];
+
depthStr=depthStr + array[i] + "/" ;
}
}
return depthStr;
return depthStr;

Revision as of 15:03, 27 September 2010