/* please be clear about what function these two INPUT files correspond to, respectively */
cout << " INPUT (used to generate local orbitals, need overlap data)." << endl;
cout << " INPUTs (used to generate overlap data)." << endl;
/* therefore the overlap data is need to first generate. */
WARNING_QUIT("Read_INPUT","Find both files: INPUT and INPUTs");
cout << " \n ========================================================" << endl;
cout << " Find file: INPUT (used to generate local orbitals)." << endl;
cout << " Can't find file: INPUTs (used to generate overlap data)" << endl;
cout << " Minimize the spillage now." << endl;
cout << " ========================================================" << endl;
cout << " \n ========================================================" << endl;
cout << " Can't find file: INPUT (used to generate local orbitals)." << endl;
cout << " Find file: INPUTs (used to generate overlap data)" << endl;
cout << " Calculate the overlap now." << endl;
cout << " ========================================================" << endl;
if (!ifs && !ifs2) {...}