Skip to content
Snippets Groups Projects
Commit 45a3714c authored by Matěj Novotný's avatar Matěj Novotný
Browse files

Try to convert double CSR matrix to QuadDouble CSR matrix.

parent 9c01a528
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,6 @@ int main(int argc, char* argv[]) {
binaryFile.close();
tnlCSRMatrix <QuadDouble> quadMatrix("quad");
//quadMatrix = doubleMatrix;
quadMatrix = doubleMatrix;
return EXIT_SUCCESS;
}
\ No newline at end of file
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