Sfoglia il codice sorgente

weijer file updated

Bjoern Froehlich 12 anni fa
parent
commit
d7568a0fab
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      features/localfeatures/LFColorWeijer.cpp

+ 1 - 1
features/localfeatures/LFColorWeijer.cpp

@@ -31,7 +31,7 @@ const int colors[11][3] =
 LFColorWeijer::LFColorWeijer( const Config *c )
 {
   conf = c;
-  tfile = conf->gS( "LFColorWeijer", "table", "/home/dbv/bilder/colorWeijer/w2cs.txt");
+  tfile = conf->gS( "LFColorWeijer", "table", "/home/dbv/bilder/colorWeijer/w2c.txt");
   restore();
 }