Skip to content

Commit

Permalink
Merge pull request #192 from StevenZhangCSFM/add_rSCAN_r2SCAN
Browse files Browse the repository at this point in the history
  • Loading branch information
phanish-suryanarayana authored Aug 15, 2023
2 parents 87d5a45 + 901a0b8 commit 3aab735
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
-Name
-changes

--------------
Aug 15, 2023
Name: Boqin Zhang
Changes: (md.c)
1. Add missed headfile readfiles.h into md.c

--------------
Aug 01, 2023
Name: Boqin Zhang
Expand Down
2 changes: 1 addition & 1 deletion src/initialization.c
Original file line number Diff line number Diff line change
Expand Up @@ -3167,7 +3167,7 @@ void write_output_init(SPARC_OBJ *pSPARC) {
}

fprintf(output_fp,"***************************************************************************\n");
fprintf(output_fp,"* SPARC (version Aug 01, 2023) *\n");
fprintf(output_fp,"* SPARC (version Aug 15, 2023) *\n");
fprintf(output_fp,"* Copyright (c) 2020 Material Physics & Mechanics Group, Georgia Tech *\n");
fprintf(output_fp,"* Distributed under GNU General Public License 3 (GPL) *\n");
fprintf(output_fp,"* Start time: %s *\n",c_time_str);
Expand Down
1 change: 1 addition & 0 deletions src/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "pressure.h"
#include "relax.h"
#include "electrostatics.h"
#include "readfiles.h"
#include "eigenSolver.h" // Mesh2ChebDegree

#define max(a,b) ((a)>(b)?(a):(b))
Expand Down

0 comments on commit 3aab735

Please sign in to comment.