codebase
/
stimlib
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
3
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ba8735220a3ea5d701301c715d57db3c5de720eb
Authored by
heziqi
2014-11-06 07:42:27 +0800
1 parent
193ff00e
change url
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
envi/bsq.h
Inline
Side-by-side
envi/bsq.h
Wrap text
Show/Hide comments
View file @
ba87352
...
...
@@ -104,7 +104,6 @@ public:
104
104
//if the wavelength is equal to a wavelength in header file
105
105
else{
106
106
band_index(p, page); //return the band
107
- std::cout<<"wavelength: "<<wavelength<<" w[page]: "<<w[page]<<std::endl;
108
107
}
109
108
110
109
return true;
...
...