Commit c359422d5f526f96671221f7e8063494defac189

Authored by heziqi
1 parent 20c212c0

Ziqi added functions to attain area

Showing 3 changed files with 2 additions and 3 deletions   Show diff stats
envi/bil.h
... ... @@ -421,7 +421,6 @@ public:
421 421 return true;
422 422 }
423 423  
424   - //untested
425 424 //calculate the area between two bound point(including baseline correction)
426 425 bool area(double lb, double rb){
427 426  
... ...
envi/bip.h
... ... @@ -510,7 +510,7 @@ public:
510 510 return true;
511 511 }
512 512  
513   - //untested
  513 +
514 514 //calculate the area between two bound point(including baseline correction)
515 515 bool area(double lb, double rb){
516 516  
... ...
envi/bsq.h
... ... @@ -343,7 +343,7 @@ public:
343 343 return true;
344 344 }
345 345  
346   - //untested
  346 +
347 347 //calculate the area between two bound point(including baseline correction)
348 348 bool area(double lb, double rb){
349 349  
... ...