Skip to content

Commit c11b9e2

Browse files
authored
Merge pull request #549 from JuliaRobotics/maint/3Q20/printnullhypo
print nullhypo
2 parents b894a36 + 7790b31 commit c11b9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/CustomPrinting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function printFactor(io::IO, vert::DFGFactor;
6464
println(ioc, " solvable: ", vert.solvable)
6565
println(ioc, " VariableOrder: ", vert._variableOrderSymbols)
6666
println(ioc, " multihypo: ", getSolverData(vert).multihypo) # FIXME #477
67-
println(ioc, " nullhypo: ", "see DFG #477")
67+
println(ioc, " nullhypo: ", getSolverData(vert).nullhypo)
6868
println(ioc, " timestamp: ", vert.timestamp)
6969
println(ioc, " nstime: ",vert.nstime)
7070
println(ioc, " tags: ", vert.tags)

0 commit comments

Comments
 (0)