From c8ddbe3921c0f5c8370d8a1d68b8a4f3915fd477 2023-06-02 20:39:26 From: Roberto Flores Date: 2023-06-02 20:39:26 Subject: [PATCH] setup.py udpate 2 --- diff --git a/schainf/Ffiles/reader.c b/schainf/Ffiles/reader.c index 205c58e..75bef0d 100644 --- a/schainf/Ffiles/reader.c +++ b/schainf/Ffiles/reader.c @@ -142,7 +142,7 @@ void initialize(void){ char the_path[1025]; - get_path_(the_path,&the_number); + get_path_reader_(the_path,&the_number); //printf("C the_number: %i",the_number); //printf("After\n"); //printf("The Path: %s", the_path); diff --git a/setup.py b/setup.py index 8b895af..6cf10e2 100644 --- a/setup.py +++ b/setup.py @@ -225,6 +225,7 @@ setup(name='schainpy', "schainf/Ffiles/tred1.f", "schainf/Ffiles/tred2.f", "schainf/Ffiles/get_path.f", + "schainf/Ffiles/get_path_reader.f", "schainf/Ffiles/zeta.f"], extra_f77_compile_args=["-fallow-argument-mismatch"]), Extension("schainpy.model.proc.full_profile_profile",