Hello,
Maybe it is a stupid question, but if I wanted to modify a routine such as the cs_turbulence_kw.c, I guess I am obliged to re-compile the code? I.e., I cannot just include it inside the SRC folder...?
Thank you very much for your help.
Kind regards,
Daniele
modify cs_turbulence_kw.c
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
-
- Posts: 4208
- Joined: Mon Feb 20, 2012 3:25 pm
Re: modify cs_turbulence_kw.c
Hello,
I strongly recommend recompiling the whole code. It is technically possible to simply add most files in the SRC folder, and that is practical to test bug fixes, but doing so means your code may be broken by bug-fix releases, so there is basically no expectation of support for modified non-user files in SRC.
Best regards,
Yvan
I strongly recommend recompiling the whole code. It is technically possible to simply add most files in the SRC folder, and that is practical to test bug fixes, but doing so means your code may be broken by bug-fix releases, so there is basically no expectation of support for modified non-user files in SRC.
Best regards,
Yvan