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