Skip to content

Commit d013645

Browse files
committed
fix initialization for CI workflow
1 parent 0df7896 commit d013645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Convert parameters.json
3434
run: |
3535
python -m sparc.docparser --include-subdirs doc/.LaTeX
36-
- name: Check missing parameters in test examples
36+
- name: Check package version and ChangeLog date
3737
run: |
3838
# Usage:
3939
# python test-outdated-package.py <parameters.json> <changelog>

src/initialization.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3649,7 +3649,7 @@ void write_output_init(SPARC_OBJ *pSPARC) {
36493649
}
36503650

36513651
fprintf(output_fp,"***************************************************************************\n");
3652-
fprintf(output_fp,"* SPARC (version Nov 18, 2024) *\n");
3652+
fprintf(output_fp,"* SPARC (version Nov 23, 2024) *\n");
36533653
fprintf(output_fp,"* Copyright (c) 2020 Material Physics & Mechanics Group, Georgia Tech *\n");
36543654
fprintf(output_fp,"* Distributed under GNU General Public License 3 (GPL) *\n");
36553655
fprintf(output_fp,"* Start time: %s *\n",c_time_str);

0 commit comments

Comments
 (0)