mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-11 03:46:55 +01:00
definitions reconciled.
This commit is contained in:
@ -11,8 +11,7 @@
|
||||
Note this class requires the gnu multiprecision (GNU MP) library.
|
||||
|
||||
*/
|
||||
// fixing ::max_align_t error for some versions of g++/clang++
|
||||
#include<stddef.h>
|
||||
|
||||
#include<math.h>
|
||||
#include<stdio.h>
|
||||
#include<stdlib.h>
|
||||
|
@ -143,7 +143,7 @@ public:
|
||||
}
|
||||
}
|
||||
std::cout<<GridLogMessage<<"ConjugateGradient did NOT converge"<<std::endl;
|
||||
// assert(0);
|
||||
assert(0);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user