From c359422d5f526f96671221f7e8063494defac189 Mon Sep 17 00:00:00 2001 From: heziqi Date: Tue, 14 Oct 2014 06:50:23 +0800 Subject: [PATCH] Ziqi added functions to attain area --- envi/bil.h | 1 - envi/bip.h | 2 +- envi/bsq.h | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/envi/bil.h b/envi/bil.h index 1f1e5b6..ff1047b 100644 --- a/envi/bil.h +++ b/envi/bil.h @@ -421,7 +421,6 @@ public: return true; } - //untested //calculate the area between two bound point(including baseline correction) bool area(double lb, double rb){ diff --git a/envi/bip.h b/envi/bip.h index 23086bf..21aec27 100644 --- a/envi/bip.h +++ b/envi/bip.h @@ -510,7 +510,7 @@ public: return true; } - //untested + //calculate the area between two bound point(including baseline correction) bool area(double lb, double rb){ diff --git a/envi/bsq.h b/envi/bsq.h index c17c9b4..b2b2c00 100644 --- a/envi/bsq.h +++ b/envi/bsq.h @@ -343,7 +343,7 @@ public: return true; } - //untested + //calculate the area between two bound point(including baseline correction) bool area(double lb, double rb){ -- libgit2 0.21.4