Skip to content

Commit

Permalink
master is no longer the default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed May 27, 2024
1 parent be127ae commit 0f2f092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**From 2024-05-27, the default branch is the [main](https://github.com/yomichi/SpinMonteCarlo.jl) branch. You are in the old branch, `master`. Please move to `main`.**

# SpinMonteCarlo.jl
Markov chain Monte Carlo solver for finite temperature problem of lattie spin system implemented by [Julia](https://julialang.org) language.

Expand Down
2 changes: 2 additions & 0 deletions src/SpinMonteCarlo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ __precompile__()

module SpinMonteCarlo

@warn "From 2024-05-27, the default branch of SpinMonteCarlo.jl is 'main', but you are in the old branch 'master'. Please migrate to 'main'."

using Random
using Printf
using Markdown
Expand Down

0 comments on commit 0f2f092

Please sign in to comment.