Skip to content

Unexpected "stagnation" of program during runtime #14

Discussion options

You must be logged in to vote

Hey,

I just tried to build and run your code on both linux and windows and it's working well on both os.
Here is the output:

tempOutput: 6 8 7 1 8 4 3 2 
output after casting from tempOutput: 6 8 7 1 8 4 3 2 
Before bulk_in: 1
Before bulk_out: 1
Before contrast: 1
Before roughness: 1
1 2 3 4 5 6 7 8 
function loaded
params: 2 3 4 5 6 7 8 9 
bulk_in: 0x7ff7b2540590
bulk_in(inside DLL): 1.1
bulk_out(inside DLL): 0x7ff7b2540580
bulk_out(inside DLL): 1.1
contrast(inside DLL): 2
output final(inside DLL): 2 3 4 5 6 7 8 9 
roughness(inside DLL): 1.1
Args Passed
output After: 2 3 4 5 6 7 8 9 
2 3 4 5 6 7 8 9 
output After: 2 3 4 5 6 7 8 9

I used cmake to build your code
I have added this line of…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sethupavan12
Comment options

Answer selected by sethupavan12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants