Ignore:
Timestamp:
05/22/06 07:53:18 (18 years ago)
Author:
mattausch
Message:

added stuff for view cell ziping (not working yet!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp

    r938 r971  
    804804bool 
    805805Environment::ReadEnvFile(const char *envFilename) 
    806 { 
     806{Debug << "here222 " << envFilename << endl; 
    807807  char buff[MaxStringLength], name[MaxStringLength]; 
    808808  char *s, *t; 
     
    817817    return false; 
    818818  } 
    819    
     819 
    820820  name[0] = '\0'; 
    821821 
Note: See TracChangeset for help on using the changeset viewer.