Examples of renameNdxGroup()


Examples of jSimMacs.gromacsrun.GromacsRun.renameNdxGroup()

      List<String> renameCommand = gromacsRun.make_ndx(command,
          selectionCommand, groupName);
      command = GromacsCommandBuilder.getInstance()
          .createMakeNdxRenameCommand(frame.getGTab().getFilePath(),
              frame.getGTab().getProjectLocation(), fileName);
      gromacsRun.renameNdxGroup(command, renameCommand);

    } catch (IOException e) {
      JOptionPane.showMessageDialog(frame, e.getMessage(), "Run error",
          JOptionPane.ERROR_MESSAGE);
      e.printStackTrace();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.