-
Notifications
You must be signed in to change notification settings - Fork 8
9.11 additional functions clash #31
Comments
Shouldn't we just rermove |
Yes that would probably do it, but only if the REFPROP version is >=9.11 On Wed, Aug 12, 2015 at 4:10 AM, Jorrit Wronski notifications@github.com
|
Excluding it from the compilation process using the makefile would be better, I think, if the file is still distributed with REFPROP 9.11. Doing so, you don't delete it, and you don't need to comment the lines out. |
Oh, that is what I meant: Remove it from the list of files to compile - not deleting it. |
OK ! :-) ; Does somebody have a REFPROP 9.11 to test the code after the makefile has been modified? It seems that Ian has it. Do you also have a version at hand, Jorrit? Personally, I don't, but I can make the modification and make a pull request, as long as one of you test the code after that :-). |
In version 9.11 of REFPROP, the additional functions that are included in
src/PASS_FTN_ALT.f
are no longer needed since they are provided in REFPROP itself. Not sure how best to fix this, but I "fixed" it by commenting out these functions insrc/PASS_FTN_ALT.f
. Fun times.The text was updated successfully, but these errors were encountered: