Bugs item #777445, was opened at 2003-07-25 12:14 Message generated for change (Comment added) made by fdortu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=777445&group_id=23629
Category: File Input/Output Group: v7 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Egon Willighagen (egonw) Assigned to: Fabian Dortu (fdortu) Summary: Problems with certain ABINIT files Initial Comment: Certain ABINIT files cannot be read. E.g. input files with more than one data set (e.g. pei2h2o.in in cvs HEAD/samples). This could be solved by having the input reader select a dataset as with the output reader. The output reader fails with an ArrayIndexOutOfBounds exception of the pei2h2o.out file, also in cvs HEAD/samples. ---------------------------------------------------------------------- >Comment By: Fabian Dortu (fdortu) Date: 2003-07-25 15:40 Message: Logged In: YES user_id=636907 The ouput reader failed in ABINIT v4.1.2 because "type" and "ntype" were replaced by "typat" and "ntypat" respectively. This problem has been fixed. Concerning the input reader failing to open a multidataset file: yes, yes I know, this is a lacking feature.... Maybe in the next release;-) Fabian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=777445&group_id=23629 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
