Loading core.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -1848,7 +1848,7 @@ void CORE::compute_EFDE_coefs_save_parallel() { while ((de = readdir(dr)) != NULL) { if (strstr(de->d_name, "ctrb")>0) if (strstr(de->d_name, "ctrb")!=NULL) { sprintf(fn,"%s/%s",dn,de->d_name); ifstream gin(fn); Loading @@ -1872,7 +1872,7 @@ void CORE::compute_EFDE_coefs_save_parallel() { while ((de = readdir(dr)) != NULL) { if (strstr(de->d_name, "ctrb")>0) if (strstr(de->d_name, "ctrb")!=NULL) { sprintf(fn,"%s/%s",dn,de->d_name); ifstream gin(fn); Loading Loading
core.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -1848,7 +1848,7 @@ void CORE::compute_EFDE_coefs_save_parallel() { while ((de = readdir(dr)) != NULL) { if (strstr(de->d_name, "ctrb")>0) if (strstr(de->d_name, "ctrb")!=NULL) { sprintf(fn,"%s/%s",dn,de->d_name); ifstream gin(fn); Loading @@ -1872,7 +1872,7 @@ void CORE::compute_EFDE_coefs_save_parallel() { while ((de = readdir(dr)) != NULL) { if (strstr(de->d_name, "ctrb")>0) if (strstr(de->d_name, "ctrb")!=NULL) { sprintf(fn,"%s/%s",dn,de->d_name); ifstream gin(fn); Loading