1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

Minor changes fixes

This commit is contained in:
Chulwoo Jung
2017-08-11 01:35:25 -04:00
parent caa6605b43
commit e73e4b4002
3 changed files with 722 additions and 563 deletions

View File

@ -60,6 +60,7 @@ namespace Grid {
}
void operator() (const FieldD &src_d_in, FieldD &sol_d){
TotalInnerIterations = 0;
GridStopWatch TotalTimer;