Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Factory pattern #41

Open
obrienpja opened this issue Jan 21, 2019 · 0 comments
Open

Implement Factory pattern #41

obrienpja opened this issue Jan 21, 2019 · 0 comments
Assignees

Comments

@obrienpja
Copy link
Member

Kory suggested that I use the Factory pattern for
std::unique_ptr<Model> is(new Ising(a, n_x_in * n_y_in)); as well as
Square a(n_x_in, n_y_in);

@obrienpja obrienpja self-assigned this Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant