TABLE OF CONTENTS
::pwtk::pwi::fixAtoms1st
SYNOPSIS
proc ::pwtk::pwi::fixAtoms1st {natoms {fixString "0 0 0"}} {
PURPOSE
Fix the first $natoms atoms by setting if_pos(:) flags to $fixString (default = {0 0 0}).
ARGUMENTS
- natoms -- number of atoms to fix as specified by $fixString
- fixString -- list of 3 if_pos(:) values (optional, default = {0 0 0})
SOURCE
::pwtk::pwi::fixAtomsRange 1 $natoms $fixString }