ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/utilities/waterBoxer
(Generate patch)

Comparing trunk/src/applications/utilities/waterBoxer (file contents):
Revision 1214 by xsun, Wed Jan 23 21:22:18 2008 UTC vs.
Revision 1383 by gezelter, Thu Oct 22 19:12:14 2009 UTC

# Line 3 | Line 3
3   # program that builds water boxes
4  
5   # author    = "Chris Fennell
6 < # version   = "$Revision: 1.5 $"
7 < # date      = "$Date: 2008-01-23 21:22:18 $"
6 > # version   = "$Revision: 1.6 $"
7 > # date      = "$Date: 2009-10-22 19:12:14 $"
8   # copyright = "Copyright (c) 2006 by the University of Notre Dame"
9   # license   = "OOPSE"
10  
# Line 535 | Line 535 | sub printTRED {
535      members(0, 1);
536    }
537  
538  cutoffGroup{
539    members(0, 1);
540  }
538   }"
539   }
540  
# Line 562 | Line 559 | sub printTIP3P {
559      members(0, 1, 2);
560    }
561  
565  cutoffGroup{
566    members(0, 1, 2);
567  }
562   }"
563   }
564  
# Line 593 | Line 587 | sub printTIP4P {
587      members(0, 1, 2, 3);
588    }
589  
596  cutoffGroup{
597    members(0, 1, 2, 3);
598  }
590   }"
591   }
592  
# Line 624 | Line 615 | sub printTIP4PEw {
615      members(0, 1, 2, 3);
616    }
617  
627  cutoffGroup{
628    members(0, 1, 2, 3);
629  }
618   }"
619   }
620  
# Line 659 | Line 647 | sub printTIP5P {
647      members(0, 1, 2, 3, 4);
648    }
649  
662  cutoffGroup{
663    members(0, 1, 2, 3, 4);
664  }
650   }"
651   }
652  
# Line 694 | Line 679 | sub printTIP5PE {
679      members(0, 1, 2, 3, 4);
680    }
681  
697  cutoffGroup{
698    members(0, 1, 2, 3, 4);
699  }
682   }"
683   }
684  
# Line 721 | Line 703 | print $waterFileHandle "\n\nmolecule{
703      members(0, 1, 2);
704    }
705  
724  cutoffGroup{
725    members(0, 1, 2);
726  }
706   }"
707   }
708  
# Line 748 | Line 727 | print $waterFileHandle "\n\nmolecule{
727      members(0, 1, 2);
728    }
729  
751  cutoffGroup{
752    members(0, 1, 2);
753  }
730   }"
731   }
732  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines