Changeset 2694


Ignore:
Timestamp:
01/17/12 06:38:17 (4 months ago)
Author:
jouni
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • simo/trunk/src/models/Finland/c/DistributionmodelLibrary.c

    r2692 r2694  
    45314531                for (i = 0; i < 3; i++) 
    45324532                { 
    4533                          ba = PI * pow(( dist2[i][0] / 2 ), 2) * dist2[i][2]; 
     4533                         ba = PI * pow(( dist2[i][0] / 200 ), 2) * dist2[i][2]; 
    45344534                         ba_sum=ba+ba_sum; 
    45354535                } 
Note: See TracChangeset for help on using the changeset viewer.