mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-24 06:57:09 +01:00
now it is possible to pass {coords list} to a peek or poke
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
virtual int CheckerBoarded(int dim){
|
||||
return 0;
|
||||
}
|
||||
virtual int CheckerBoard(std::vector<int> &site){
|
||||
virtual int CheckerBoard(const std::vector<int> &site){
|
||||
return 0;
|
||||
}
|
||||
virtual int CheckerBoardDestination(int cb,int shift,int dim){
|
||||
|
Reference in New Issue
Block a user