Skip to content
Snippets Groups Projects
Commit 457cbe6b authored by Nils Kohl's avatar Nils Kohl :full_moon_with_face:
Browse files

Default precision set to real_t.

parent 21ed7efe
1 merge request!3New operators (Epsilon, FullStokes), components, blending, cmake
......@@ -301,7 +301,7 @@ def generate_operator(
for opt in spec["optimizations"]
}
type_descriptor = precisions["fp64"] # set default precision
type_descriptor = precisions["real_t"] # set default precision
if "precision" in spec:
if spec["precision"] in precisions:
type_descriptor = precisions[spec["precision"]]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment