43 #include <basic/Tracer.hh>
54 #include <utility/vector1.hh>
81 std::map< std::string, PcsInputCenter >::iterator it;
84 out <<
"Number of paramagnetic center: "<< n << std::endl;
87 for ( it = junk.begin(); it != junk.end(); ++it) {
88 out <<
"Paramagnetic center " << i <<
" / " << n << std::endl;
89 out <<
"Filename(s) " << it->first <<std::endl;
116 for(i = 1; i <= filenames.size(); ++i){
120 std::map< std::string, PcsInputCenter >::iterator it;