| version 1.9 | version 1.10 |
|---|
| |
| { | { |
| //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() |
| { | { |