From b2e7c4970f80077f261a6ba858ef600c61453221 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 28 Feb 2012 00:19:46 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7846 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/update.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/update.cpp b/src/update.cpp index c039042c21..7a4b124ece 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -192,7 +192,7 @@ void Update::set_units(const char *style) force->e_mass = 0.0; // not yet set force->hhmrr2e = 0.0; force->mvh2r = 0.0; - force->angstrom = 1e-10; + force->angstrom = 1.0e-10; force->qelectron = 1.6021765e-19; dt = 1.0e-8; @@ -212,7 +212,7 @@ void Update::set_units(const char *style) force->e_mass = 0.0; // not yet set force->hhmrr2e = 0.0; force->mvh2r = 0.0; - force->angstrom = 1e-8; + force->angstrom = 1.0e-8; force->qelectron = 4.8032044e-10; dt = 1.0e-8;