summaryrefslogtreecommitdiff
path: root/stokes_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stokes_test.cpp')
-rw-r--r--stokes_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/stokes_test.cpp b/stokes_test.cpp
index 7d96c8c..a9347a7 100644
--- a/stokes_test.cpp
+++ b/stokes_test.cpp
@@ -4,8 +4,8 @@ using namespace std::complex_literals;
int main() {
- Vector<std::complex<double>> z(2), dz(2), ddz(2), dH(2);
- Matrix<std::complex<double>> ddH(2, 2);
+ Vector<std::complex<Real>> z(2), dz(2), ddz(2), dH(2);
+ Matrix<std::complex<Real>> ddH(2, 2);
z << -0.75067 - 0.190132 * 1i, -0.625994 + 0.665987 * 1i;
dz << -0.0636149 - 0.469166 * 1i, 0.820037 - 0.449064 * 1i;