We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0e7f1 commit 5227415Copy full SHA for 5227415
stan/math/prim/fun/Eigen.hpp
@@ -5,9 +5,10 @@
5
#ifdef eigen_assert
6
#undef eigen_assert
7
#endif
8
-#define eigen_assert(x) \
9
- if (!(x)) { \
10
- throw(std::domain_error("Internal Eigen Error: Assertion '" #x "' failed in " __FILE__ )); \
+#define eigen_assert(x) \
+ if (!(x)) { \
+ throw(std::domain_error("Internal Eigen Error: Assertion '" #x \
11
+ "' failed in " __FILE__)); \
12
}
13
14
#ifdef EIGEN_MATRIXBASE_PLUGIN
0 commit comments