| version 1.1258 | version 1.1259 |
|---|
| |
| | |
| /***************************************************************************** | /***************************************************************************** |
| * $Source: /home/cvs/namd/cvsroot/namd2/src/SimParameters.C,v $ | * $Source: /home/cvs/namd/cvsroot/namd2/src/SimParameters.C,v $ |
| * $Author: jim $ | * $Author: brunner $ |
| * $Date: 2008/08/12 19:20:03 $ | * $Date: 2008/09/11 19:35:02 $ |
| * $Revision: 1.1258 $ | * $Revision: 1.1259 $ |
| *****************************************************************************/ | *****************************************************************************/ |
| | |
| /** \file SimParameters.C | /** \file SimParameters.C |
| |
| | |
| opts.optional("main", "numAtomsSelf2", | opts.optional("main", "numAtomsSelf2", |
| "maximum number of atoms in one self compute distribution", | "maximum number of atoms in one self compute distribution", |
| &numAtomsSelf2, numAtomsSelf); | &numAtomsSelf2, 154); |
| opts.range("numAtomsSelf2",NOT_NEGATIVE); | opts.range("numAtomsSelf2",NOT_NEGATIVE); |
| | |
| opts.optional("main", "numAtomsPair", | opts.optional("main", "numAtomsPair", |