Skip to content

Commit

Permalink
Update cst_ssc.jl
Browse files Browse the repository at this point in the history
uncommented line 176
  • Loading branch information
jgifford914 authored Dec 2, 2024
1 parent f7dccad commit 8a7c533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/cst_ssc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function run_ssc(case_data::Dict)
libfile = "ssc_new.dll"
end
global hdl = joinpath(@__DIR__, "sam", libfile)
###chmod(hdl, filemode(hdl) | 0o755) ### added just because I saw this in the wind module
chmod(hdl, filemode(hdl) | 0o755) ### added just because I saw this in the wind module
ssc_module = @ccall hdl.ssc_module_create(model_ssc[model]::Cstring)::Ptr{Cvoid}
data = @ccall hdl.ssc_data_create()::Ptr{Cvoid} # data pointer
@ccall hdl.ssc_module_exec_set_print(1::Cint)::Cvoid # change to 1 to print outputs/errors (for debugging)
Expand Down

0 comments on commit 8a7c533

Please sign in to comment.