From 69a5de49fc4640b96fa6bd8110375757f2e34907 Mon Sep 17 00:00:00 2001 From: Robert Taylor Date: Sat, 2 Sep 2023 22:36:41 +0000 Subject: [PATCH] Look for FLUTE data at top of CORIOLIS_TOP (python install location) --- flute/src/3.1/flute.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/flute/src/3.1/flute.cpp b/flute/src/3.1/flute.cpp index b9fb7f56..a4f758c0 100755 --- a/flute/src/3.1/flute.cpp +++ b/flute/src/3.1/flute.cpp @@ -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) {