This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ComputerVisionJena
/
NICE_VisLearning
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
setting ce=NULL in the constructor
Erik Rodner
13 anni fa
parent
fab079e43d
commit
905d2bee99
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
cbaselib/Example.cpp
+ 1
- 0
cbaselib/Example.cpp
Vedi File
@@ -13,6 +13,7 @@ Example::Example()
y = 0;
vec = NULL;
svec = NULL;
+ ce = NULL;
position = 0;
}