[cig-commits] r8348 - cs/stats/trunk

sue at geodynamics.org sue at geodynamics.org
Wed Nov 28 15:51:09 PST 2007


Author: sue
Date: 2007-11-28 15:51:08 -0800 (Wed, 28 Nov 2007)
New Revision: 8348

Modified:
   cs/stats/trunk/get_all.cxx
Log:
Use cleaned up package names for output file names instead of raw names

Modified: cs/stats/trunk/get_all.cxx
===================================================================
--- cs/stats/trunk/get_all.cxx	2007-11-28 21:28:40 UTC (rev 8347)
+++ cs/stats/trunk/get_all.cxx	2007-11-28 23:51:08 UTC (rev 8348)
@@ -211,7 +211,7 @@
 	  p!=packages.end(); ++p)
 	{
 	  string name(p->first+"_"+*m+"_"+*y);
-	  ofstream of(name.c_str());
+	  ofstream of((p->second+"_"+*m+"_"+*y).c_str());
 	  map<string,set<string> >::iterator i=hits.find(name);
 	  if(i!=hits.end())
 	    for(set<string>::iterator j=i->second.begin();



More information about the cig-commits mailing list