##// END OF EJS Templates
setup.py udpate 2
rflores -
r1616:c8ddbe3921c0
parent child
Show More
@@ -142,7 +142,7 void initialize(void){
142
142
143 char the_path[1025];
143 char the_path[1025];
144
144
145 get_path_(the_path,&the_number);
145 get_path_reader_(the_path,&the_number);
146 //printf("C the_number: %i",the_number);
146 //printf("C the_number: %i",the_number);
147 //printf("After\n");
147 //printf("After\n");
148 //printf("The Path: %s", the_path);
148 //printf("The Path: %s", the_path);
@@ -225,6 +225,7 setup(name='schainpy',
225 "schainf/Ffiles/tred1.f",
225 "schainf/Ffiles/tred1.f",
226 "schainf/Ffiles/tred2.f",
226 "schainf/Ffiles/tred2.f",
227 "schainf/Ffiles/get_path.f",
227 "schainf/Ffiles/get_path.f",
228 "schainf/Ffiles/get_path_reader.f",
228 "schainf/Ffiles/zeta.f"],
229 "schainf/Ffiles/zeta.f"],
229 extra_f77_compile_args=["-fallow-argument-mismatch"]),
230 extra_f77_compile_args=["-fallow-argument-mismatch"]),
230 Extension("schainpy.model.proc.full_profile_profile",
231 Extension("schainpy.model.proc.full_profile_profile",
General Comments 0
You need to be logged in to leave comments. Login now