Bugs item #3007608, was opened at 2010-05-26 16:34 Message generated for change (Comment added) made by hansonr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=3007608&group_id=23629
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Graphics Group: HEAD >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: David Koes (dkoes) Assigned to: Miguel (migueljmol) Summary: pmesh inline broken in 12/trunk Initial Comment: isosurface pmesh inline ... no longer works (regression from 11.8,11.9) Consider the command: isosurface pmesh inline "3 0 0 0 1 0 1 1 1 1 1 4 0 1 2 0" I believe this the removal of the if(fileType == null) check right before calling SurfaceFileTyper.determineSurfaceFileType(br) in SurfaceGenerator.setFileData Putting the check back fixes the problem. If there was a good reason for removing this check, then perhaps a better fix would be to check for empty filenames and, in that case, not blow away the already determined fileType. ---------------------------------------------------------------------- >Comment By: Bob Hanson (hansonr) Date: 2010-05-26 22:46 Message: Yes, that was it. Good tracking. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=3007608&group_id=23629 ------------------------------------------------------------------------------ _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
