git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11042 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-11-21 23:12:17 +00:00
parent ce65e40659
commit f253844c81

View File

@ -896,10 +896,11 @@ bigint ReadRestart::read_bigint()
}
/* ----------------------------------------------------------------------
// auto-detect if restart file needs to be byte-swapped on this platform
// return 0 if not, 1 if it does
// re-open file with fp after checking first few bytes
auto-detect if restart file needs to be byte-swapped on this platform
return 0 if not, 1 if it does
re-open file with fp after checking first few bytes
read a bigint from restart file and bcast it
NOTE: not yet fully implemented, ditto for swapflag logic
------------------------------------------------------------------------- */
int ReadRestart::autodetect(FILE **pfp, char *file)