git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11379 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -65,7 +65,7 @@ void CiteMe::add(const char *ref)
|
||||
|
||||
if (!fp) {
|
||||
fp = fopen("log.cite","w");
|
||||
if (!fp) error->universe_one(FLERR,"Could not open log.cite file");
|
||||
if (!fp) error->universe_one(FLERR,"Cannot open log.cite file");
|
||||
fputs(cite_header,fp);
|
||||
fflush(fp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user