Look for FLUTE data at top of CORIOLIS_TOP (python install location)

This commit is contained in:
Robert Taylor 2023-09-02 22:36:41 +00:00 committed by Rob Taylor
parent c481eb77bf
commit 69a5de49fc
1 changed files with 0 additions and 2 deletions

View File

@ -75,7 +75,6 @@ void readLUT( string directory )
string file = POWVFILE;
if (not directory.empty()) file.insert( 0, directory + "/share/flute/3.1/" );
fpwv=fopen(file.c_str(), "r");
if (fpwv == NULL) {
@ -86,7 +85,6 @@ void readLUT( string directory )
#if ROUTING==1
file = POSTFILE;
if (not directory.empty()) file.insert( 0, directory + "/share/flute/3.1/" );
fprt=fopen(file.c_str(), "r");
if (fprt == NULL) {