mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 08:15:29 +01:00
Revert "ccall((:printf, "libc"), ...) produces segfault for large examples??"
This reverts commit 69a3ab8d87
.
This should be commented on machine-basis
This commit is contained in:
parent
a61cff986e
commit
b46ed5ae96
@ -60,7 +60,7 @@ function solve_SDP(SDP_problem)
|
|||||||
|
|
||||||
# to change buffering mode of stdout to _IOLBF (line bufferin)
|
# to change buffering mode of stdout to _IOLBF (line bufferin)
|
||||||
# see https://github.com/JuliaLang/julia/issues/8765
|
# see https://github.com/JuliaLang/julia/issues/8765
|
||||||
# ccall((:printf, "libc"), Int, (Ptr{UInt8},), "\n");
|
ccall((:printf, "libc"), Int, (Ptr{UInt8},), "\n");
|
||||||
|
|
||||||
o = redirect_stdout(solver_logger.handlers["solver_log"].io)
|
o = redirect_stdout(solver_logger.handlers["solver_log"].io)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user