Difference for src/CompressPsf.C from version 1.9 to 1.10

version 1.9version 1.10
Line 1929
Line 1929
 { {
     //reading explicit exclusions from PSF file     //reading explicit exclusions from PSF file
     //TODO: Implement it     //TODO: Implement it
      //currently just abort saying it is not supported
      printf("ERROR: The current compression doesn't support explicit exclusions!\n");
      NAMD_die("Compressing .psf file is not finished!\n");  
 } }
  
 void getCrosstermData(FILE *fd) void getCrosstermData(FILE *fd)
 {} {
      //reading crossterms from PSF file
      //TODO: Implement it
      //currently just abort saying it is not supported
      printf("ERROR: The current compression doesn't support crossterms!\n");
      NAMD_die("Compressing .psf file is not finished!\n");  
  
  }
  
 void buildExclusions() void buildExclusions()
 { {


Legend:
Removed in v.1.9 
changed lines
 Added in v.1.10



Made by using version 1.53 of cvs2html