Skip to content
Snippets Groups Projects
Verified Commit cff56a38 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

to_block should pass on BuildingBlock

parent 8617e72c
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ end_time(bb) = duration(bb) ...@@ -37,7 +37,7 @@ end_time(bb) = duration(bb)
Function used internally to convert a wide variety of objects into [`BuildingBlock`](@ref) objects. Function used internally to convert a wide variety of objects into [`BuildingBlock`](@ref) objects.
""" """
function to_block end to_block(bb::BuildingBlock) = bb
""" """
......
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