Skip to content
Snippets Groups Projects
Commit 64447e5f authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[Documentation] Add file comment and formatting hints to complexdata.hh

parent 147aa325
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
/**
* \author: Marian Piatkowski, Steffen Müthing
* \file
* \brief Test data for complexmatrixtest.
*/
void assemblecomplexmatrix(Dune::FieldMatrix<std::complex<double>,10,10>& complexmatrix) {
complexmatrix[0][0] = {-9.673988567513409e-01,-5.142264587405261e-01};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment