ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/rnemd/RNEMDParameters.hpp
(Generate patch)

Comparing trunk/src/rnemd/RNEMDParameters.hpp (file contents):
Revision 2025 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 2026 by gezelter, Wed Oct 22 12:23:59 2014 UTC

# Line 54 | Line 54 | namespace OpenMD {
54      DeclareParameter(ExchangeTime, RealType);
55      DeclareParameter(KineticFlux, RealType);
56      DeclareParameter(MomentumFlux, RealType);
57 <    DeclareParameter(MomentumFluxVector, Vector3d);
57 >    DeclareParameter(MomentumFluxVector, std::vector<RealType> );
58      DeclareParameter(AngularMomentumFlux, RealType);
59 <    DeclareParameter(AngularMomentumFluxVector, Vector3d);
59 >    DeclareParameter(AngularMomentumFluxVector, std::vector<RealType> );
60      DeclareParameter(SlabWidth, RealType);
61      DeclareParameter(SlabACenter, RealType);
62      DeclareParameter(SlabBCenter, RealType);
# Line 64 | Line 64 | namespace OpenMD {
64      DeclareParameter(SphereBRadius, RealType);
65      DeclareParameter(SelectionA, std::string);
66      DeclareParameter(SelectionB, std::string);
67 <    DeclareParameter(CoordinateOrigin, Vector3d);
67 >    DeclareParameter(CoordinateOrigin, std::vector<RealType> );
68      DeclareParameter(OutputFileName, std::string);
69      DeclareParameter(OutputBins, int);
70      DeclareParameter(OutputBinWidth, RealType);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines