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
f1eb102e3b4baca5ad67ca2e209768998e3f745d
Authored by
heziqi
2014-10-14 06:57:33 +0800
1 parent
c359422d
functions to attain area added
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
envi/bip.h
Inline
Side-by-side
envi/bip.h
Wrap text
Show/Hide comments
View file @
f1eb102
...
...
@@ -99,8 +99,6 @@ public:
99
99
band_index(p, page);
100
100
}
101
101
102
- free(p1);
103
- free(p2);
104
102
return true;
105
103
}
106
104
//get YZ line from the a Y slice, Y slice data should be already IN the MEMORY
...
...