ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/DumpReader.cpp
(Generate patch)

Comparing:
trunk/src/io/DumpReader.cpp (file contents), Revision 1450 by gezelter, Thu Jun 17 19:11:37 2010 UTC vs.
branches/development/src/io/DumpReader.cpp (file contents), Revision 1629 by gezelter, Wed Sep 14 21:15:17 2011 UTC

# Line 466 | Line 466 | namespace OpenMD {
466             integrableObject->setTrq(torque);          
467             break;
468          }
469 +        case 'u' : {
470 +
471 +           RealType particlePot;
472 +           particlePot = tokenizer.nextTokenAsDouble();
473 +           integrableObject->setParticlePot(particlePot);          
474 +           break;
475 +        }
476          default: {
477                 sprintf(painCave.errMsg,
478                         "DumpReader Error: %s is an unrecognized type\n", type.c_str());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines