Skip to content
Snippets Groups Projects
Commit c5fa2c12 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent f3e737c4
No related branches found
No related tags found
No related merge requests found
// $Id: Views.cpp,v 1.96 2003-05-14 14:23:10 geuzaine Exp $
// $Id: Views.cpp,v 1.97 2003-05-14 14:49:28 geuzaine Exp $
//
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
//
......@@ -157,7 +157,8 @@ Post_View *BeginView(int allocate)
return v;
}
double ComputeVonMises(double *V) {
double ComputeVonMises(double *V)
{
static const double THIRD = 1.e0 / 3.e0;
double tr = (V[0] + V[4] + V[8]) * THIRD;
double v11 = V[0] - tr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment