Skip to content

Commit

Permalink
Removed old Ming's email from the Info() output.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnevgeny committed Nov 29, 2016
1 parent fcf95f4 commit ddeb66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faclib/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int Info(void) {
printf("cFAC-%d.%d.%d http://github.com/fnevgeny/cfac\n\n",
CFAC_VERSION, CFAC_SUBVERSION, CFAC_SUBSUBVERSION);
printf("Based on the Flexible Atomic Code (FAC)\n");
printf("by Ming Feng Gu, [email protected]\n");
printf("by Ming Feng Gu\n\n");
printf("Maintained by Evgeny Stambulchik\n");
printf("==========================================\n");
return 0;
Expand Down

0 comments on commit ddeb66c

Please sign in to comment.