ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/primitives/DirectionalAtom.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/primitives/DirectionalAtom.cpp (file contents):
Revision 2341 by tim, Mon Oct 3 15:54:23 2005 UTC vs.
Revision 2362 by gezelter, Wed Oct 12 21:00:59 2005 UTC

# Line 63 | Line 63 | namespace oopse {
63  
64        if (nLinearAxis > 1) {
65          sprintf( painCave.errMsg,
66 <                 "Directional Atom error.\n"
66 >                 "Directional Atom warning.\n"
67                   "\tOOPSE found more than one axis in this directional atom with a vanishing \n"
68                   "\tmoment of inertia.");
69 <        painCave.isFatal = 1;
69 >        painCave.isFatal = 0;
70          simError();
71        }
72        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines