diff options
author | Thomas White <taw@physics.org> | 2009-11-26 17:45:41 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-26 17:45:41 +0100 |
commit | b378a1963642457c1c3b3441eff4fd2f37dc0a18 (patch) | |
tree | 081ee50f219fa8ed7ebe52496ceb5c41f2e78fe1 /src/sfac.c | |
parent | aea1a03c7c816c9f772f2bf0cf5f94340024721a (diff) |
Whitespace
Diffstat (limited to 'src/sfac.c')
-rw-r--r-- | src/sfac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -480,7 +480,7 @@ void get_reflections_cached(struct molecule *mol, double en) mol->reflections = new_list_sfac(); r = fread(mol->reflections, sizeof(double complex), IDIM*IDIM*IDIM, fh); - if ( r < IDIM*IDIM*IDIM ) { + if ( r < IDIM*IDIM*IDIM ) { printf("Found cache file (%s), but failed to read.\n", s); goto calc; } |