Rev 2051 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 2051 |
Rev 2657 |
| Line 73... |
Line 73... |
| 73 |
print "secondary_camera_score" + `secondary_camera_score`
|
73 |
print "secondary_camera_score" + `secondary_camera_score`
|
| 74 |
print "additional_camera_features_score" + `additional_camera_features_score`
|
74 |
print "additional_camera_features_score" + `additional_camera_features_score`
|
| 75 |
|
75 |
|
| 76 |
score = (30*resolution_score + 30*flash_score + 20*image_formats_score + 10*secondary_camera_score + 10*additional_camera_features_score) / 100
|
76 |
score = (30*resolution_score + 30*flash_score + 20*image_formats_score + 10*secondary_camera_score + 10*additional_camera_features_score) / 100
|
| 77 |
|
77 |
|
| 78 |
return score
|
- |
|
| 79 |
|
78 |
return score
|
| - |
|
79 |
|