Show
Ignore:
Timestamp:
05/11/08 12:00:43 (6 months ago)
Author:
rjrw
Message:

Implement Householder reflections, initial operators and tests.

Catch one bad variable type.

Location:
branches/newmole/source
Files:
3 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/mole_solve.cpp

    r2031 r2041  
    126126                /* check for negative populations */ 
    127127                nBad = 0;  
    128                 long fracneg = 0.; 
     128                double fracneg = 0.; 
    129129                long iworst = -1; 
    130130                for( long i=0; i < mole.num_compacted; i++ )