mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Verbose changes
This commit is contained in:
parent
6684739452
commit
cc32ba615a
@ -264,6 +264,9 @@ PARALLEL_FOR_LOOP
|
||||
|
||||
for(int i=0;i<nbasis;i++){
|
||||
phi=Subspace.subspace[i];
|
||||
|
||||
std::cout<<GridLogMessage<<"("<<i<<").."<<std::endl;
|
||||
|
||||
for(int p=0;p<geom.npoint;p++){
|
||||
|
||||
int dir = geom.directions[p];
|
||||
|
Loading…
Reference in New Issue
Block a user