Skip to content
Snippets Groups Projects
Commit 9ced62a4 authored by Soeren Peters's avatar Soeren Peters
Browse files

Use real in test.

parent 67d793d6
No related branches found
No related tags found
1 merge request!34Add new library, which contains the calculation of the macroscopic quantities and a general cumulant computation. (Closes #13)
......@@ -8,7 +8,7 @@ void saveAndLoad()
{
std::shared_ptr<RestartObject> write_object = std::make_shared<Type>();
write_object->fs = std::vector<std::vector<float>> {
write_object->fs = std::vector<std::vector<real>> {
{ 1,2,3 },
{ 4,5,6 }
};
......
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