Skip to content

Commit

Permalink
Merge pull request #30 from issp-center-dev/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
k-yoshimi authored Jun 19, 2023
2 parents d3d8c10 + 7f6f08f commit bfc57fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/hubbard/wannier/zvo_geom.dat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
0.0000000000 1.0000000000 0.0000000000
0.0000000000 0.0000000000 1.0000000000
1
0.5000000000 0.5000000000 0.0000000000
0.5000000000 0.5000000000 0.5000000000
2 changes: 1 addition & 1 deletion src/StdFace_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ static void VectorPotential(struct StdIntList *StdI) {
StdFace_PrintVal_d("VecPotL", &StdI->VecPot[1], 0.0);
StdFace_PrintVal_d("VecPotH", &StdI->VecPot[2], 0.0);
StdFace_PrintVal_i("Lanczos_max", &StdI->Lanczos_max, 1000);
StdFace_PrintVal_d("dt", &StdI->dt, 0.1);
StdFace_PrintVal_d("dt", &StdI->dt, 0.01);
StdFace_PrintVal_d("freq", &StdI->freq, 0.1);
StdFace_PrintVal_d("tshift", &StdI->tshift, 0.0);
StdFace_PrintVal_d("tdump", &StdI->tdump, 0.1);
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ along with this program. If not, see http://www.gnu.org/licenses/.
/* Semantic Versioning http://semver.org */
/* <major>.<minor>.<patch>-<prerelease> */
#define VERSION_MAJOR 0
#define VERSION_MINOR 4
#define VERSION_MINOR 5
#define VERSION_PATCH 0
#define VERSION_PRERELEASE "" /* "alpha", "beta.1", etc. */

Expand Down

0 comments on commit bfc57fb

Please sign in to comment.