Parcourir la source

weijer file updated

Bjoern Froehlich il y a 12 ans
Parent
commit
d7568a0fab
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
 }