mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Trick model files found in external libraries are not being included correctly
Found that the list of swig files we should expect from external libraries was incorrectly cleared before it was being used. This still allows the sim to compile, but no information about the models in the library are available in the input file. refs #179
This commit is contained in:
parent
2b30a92342
commit
2ca4b72cee
@ -117,7 +117,6 @@ sub read_files_to_process() {
|
||||
|
||||
open FILE, "build/ICG_ext_lib" or die 'could not open build/ICG_ext_lib' ;
|
||||
my @unfiltered_ext_lib_files = <FILE> ;
|
||||
@unfiltered_ext_lib_files = <FILE> ;
|
||||
close FILE ;
|
||||
chomp @unfiltered_ext_lib_files ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user