Jose Renau Professor, Computer Science & Engineering |
--You received this message because you are subscribed to the Google Groups "ESESC" group.To unsubscribe from this group and stop receiving emails from it, send an email to esesc+un...@googlegroups.com.To post to this group, send email to es...@googlegroups.com.For more options, visit https://groups.google.com/d/optout.
The original initializes every entry to false, not just the 1st
Jose RenauProfessor, Computer Science & EngineeringOn Jan 31 2019, at 1:29 pm, aaku...@ncsu.edu wrote:I made this change:1721 //orig:1722 //bool skip[nhist] = {1723 // false,1724 //};1725 //new:1726 bool skip[nhist] ;1727 skip[0]=false;1728I hope that is okay. Kindly correct me if I am wrong.
Jose Renau Professor, Computer Science & Engineering |
--You received this message because you are subscribed to the Google Groups "ESESC" group.To unsubscribe from this group and stop receiving emails from it, send an email to esesc+un...@googlegroups.com.To post to this group, send email to es...@googlegroups.com.For more options, visit https://groups.google.com/d/optout.