From: <bao...@us...> - 2006-04-03 15:48:54
|
Revision: 49 Author: baoilleach Date: 2006-04-03 08:48:50 -0700 (Mon, 03 Apr 2006) ViewCVS: http://svn.sourceforge.net/cclib/?rev=49&view=rev Log Message: ----------- Fixed names of log files.\n\nNote: still doesn't parse unrestricted calculations. Modified Paths: -------------- trunk/test/parseGAMESS.py Modified: trunk/test/parseGAMESS.py =================================================================== --- trunk/test/parseGAMESS.py 2006-04-03 15:44:45 UTC (rev 48) +++ trunk/test/parseGAMESS.py 2006-04-03 15:48:50 UTC (rev 49) @@ -9,7 +9,7 @@ os.chdir("basicPCGAMESS") -for file in ["dvb_gopt.out","dvb_sp.out","dvb_ir.out","dvb_raman.out", +for file in ["dvb_gopt_a.out","dvb_gopt_b.out","dvb_sp.out","dvb_ir.out","dvb_raman.out", "dvb_un_sp.out"]: t = GAMESS(file) t.parse() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |