Skip to content

Commit

Permalink
Changed condition for overlap for spacegroup-expanding back to previo…
Browse files Browse the repository at this point in the history
…us definition
  • Loading branch information
daviddubbeldam committed May 9, 2017
1 parent 5d80b56 commit fac671f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/framework.c
Original file line number Diff line number Diff line change
Expand Up @@ -4113,10 +4113,6 @@ void ExpandAsymmetricFrameworkToFullFramework(void)
dr.y-=NINT(dr.y);
dr.z-=NINT(dr.z);

dr.x*=(REAL)NumberOfUnitCells[CurrentSystem].x; // EVL added
dr.y*=(REAL)NumberOfUnitCells[CurrentSystem].y; // EVL added
dr.z*=(REAL)NumberOfUnitCells[CurrentSystem].z; // EVL added

rr=SQR(dr.x)+SQR(dr.y)+SQR(dr.z);
if(rr<1e-4) index=k;
}
Expand Down
2 changes: 1 addition & 1 deletion src/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void PrintPreSimulationStatusCurrentSystem(int system)
fprintf(FilePtr,"Compiler and run-time data\n");
fprintf(FilePtr,"===========================================================================\n");

fprintf(FilePtr,"%s\n","RASPA 2.0.18");
fprintf(FilePtr,"%s\n","RASPA 2.0.19");

#if defined (__LP64__) || defined (__64BIT__) || defined (_LP64) || (__WORDSIZE == 64)
fprintf(FilePtr,"Compiled as a 64-bits application\n");
Expand Down

0 comments on commit fac671f

Please sign in to comment.