Skip to content

Commit

Permalink
fix initialization for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Nov 23, 2024
1 parent 0df7896 commit d013645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Convert parameters.json
run: |
python -m sparc.docparser --include-subdirs doc/.LaTeX
- name: Check missing parameters in test examples
- name: Check package version and ChangeLog date
run: |
# Usage:
# python test-outdated-package.py <parameters.json> <changelog>
Expand Down
2 changes: 1 addition & 1 deletion src/initialization.c
Original file line number Diff line number Diff line change
Expand Up @@ -3649,7 +3649,7 @@ void write_output_init(SPARC_OBJ *pSPARC) {
}

fprintf(output_fp,"***************************************************************************\n");
fprintf(output_fp,"* SPARC (version Nov 18, 2024) *\n");
fprintf(output_fp,"* SPARC (version Nov 23, 2024) *\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

0 comments on commit d013645

Please sign in to comment.