Skip to content

Commit

Permalink
Style: add comment for IsingModel class
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiconstantin committed Apr 9, 2023
1 parent bc55d68 commit b635475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/IsingModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Extract the un-exported `C++` sampler from the `IsingSampler` namespace.
IsingSamplerCpp <- utils::getFromNamespace("IsingSamplerCpp", "IsingSampler")

# Ising model implementation.
IsingModel <- R6::R6Class("IsingModel",
inherit = Model,

Expand Down

0 comments on commit b635475

Please sign in to comment.