mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Hack; must bring norm2 into the unary operator list.
ET's are still incomplete.
This commit is contained in:
parent
41c9785f3b
commit
4e596da589
@ -70,7 +70,8 @@ int main (int argc, char ** argv)
|
||||
|
||||
Real nrmC = norm2(Check);
|
||||
Real nrmB = norm2(Bar);
|
||||
Real nrm = norm2(Check-Bar);
|
||||
Diff = Check-Bar;
|
||||
Real nrm = norm2(Diff);
|
||||
std::cout<<"N2diff ="<<nrm<<" "<<nrmC<<" " <<nrmB<<std::endl;
|
||||
|
||||
Real snrmC =0;
|
||||
|
Loading…
Reference in New Issue
Block a user