Projects  >  Math.NET Iridium (IRID)

  Issues    

 

 HyperLink  http://tracker.opensourcedotnet.info/Default.aspx?p=2&i=120 
IRID-120 - Infinite recursion
Created: 02/04/2008 20:05:09    
Revised: 02/04/2008 20:18:53
   Back to Issue Filter   
      
<< >>
        public static
        Vector
        Create(
            double[] components
            )
        {
            return (new Vector(components)).Clone();
        }

        public
        Vector
        Clone()
        {
            return Create(_data);
        }
 
 
 
Comments (1)Attachments (0)Issue Links (0)History

Christoph Rüegg  

02/04/2008 20:18:53 * CLOSING COMMENT *

Fixed in revision 411.

Thanks for reporting!

 

 

Issue ID IRID-120
Type Bug Bug
Priority High High
Severity Major Major
Visibility Everyone 
Assigned To Christoph Rüegg 
Reported By * Anonymous User * 
Component Linear Algebra 
Fixed For Version [2008.4.14.425] 2008 April (2008.4.14.425) 
Affected Versions  
Risk Level No Risk 
Status Closed Closed   
Resolution Complete   
Start Date ? 
Due Date ? 
Votes 0  
 Print Friendly