This website works better with JavaScript
Home
Explore
Help
Sign In
ComputerVisionJena
/
NICE_VisLearning
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
setting ce=NULL in the constructor
Erik Rodner
13 years ago
parent
fab079e43d
commit
905d2bee99
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
cbaselib/Example.cpp
+ 1
- 0
cbaselib/Example.cpp
View File
@@ -13,6 +13,7 @@ Example::Example()
y = 0;
vec = NULL;
svec = NULL;
+ ce = NULL;
position = 0;
}