forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change some variables from pointers to vector (#3977)
* change Unitcell.lc from int* to vector * fix * initialize lc * try to fix test fail * change some variables from * to vector * Revert "try to fix test fail" This reverts commit e9c3f75. * Revert "initialize lc" This reverts commit e9c7bce. * Revert "fix" This reverts commit 5394e65. * Revert "change Unitcell.lc from int* to vector" This reverts commit bbb7c4d. * change some variables into vector and fix problem change * to vector and fix the problem of unecessary fuction calls * fix losing ;
- Loading branch information
1 parent
9e6f12f
commit 3035d4d
Showing
3 changed files
with
30 additions
and
38 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
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