-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #59 and #62 -Updated CHANGELOG with notes about the most recent changes -Made several previous changelog notes more concise -Corrected errors in the paper bibtex entry formatting and added some missing reference info -Fixed incorrect copyright statement years in test.cpp and test_mpi.cpp -Added line to .gitignore file to ignore the x64 build directory -Added default values for all parameters in Parameters_Simulation and Parameters_Lattice to avoid undefined behavior with uninitialized parameters -Added tests that the default values for the Parameters_Simulation and Parameters_Lattice objects are invalid parameters -Fixed several typos and spelling mistakes in the documentation source files -Updated the Doxygen documentation files -Updated changelog heading for the changes coming in v2.0.0 -Updated README by changing current status to note the release of a stable v2.0 -Updated README by modifying the acknowledgements for v2.0
- Loading branch information
1 parent
4c17745
commit 7172127
Showing
26 changed files
with
142 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,5 @@ | |
# Visual Studio files | ||
*.vcxproj* | ||
.vs* | ||
x64* | ||
*.sln |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.