Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Conograph/trunk/src/utility_data_structure/Node3.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 32 by rtomiyasu, Fri Feb 22 04:51:31 2013 UTC revision 33 by rtomiyasu, Wed Sep 7 04:38:51 2016 UTC
# Line 76  bool Node3::setBud0(const Double& cv2, Line 76  bool Node3::setBud0(const Double& cv2,
76    
77          this->SumK(0, 1) = K01;          this->SumK(0, 1) = K01;
78          this->SumK(0, 2) = K02;          this->SumK(0, 2) = K02;
79            // |l1+l2|^2 = |l0|^2 + |l1|^2 + |l2|^2 + |l0+l1+l2|^2 - |l0+l1|^2 - |l0+l2|^2
80          this->SumK(1, 2) = K0 + K1 + K2 + K3 - K01 - K02;          this->SumK(1, 2) = K0 + K1 + K2 + K3 - K01 - K02;
81                    
82          S = calculateS3(*this);          S = calculateS3(*this);

Legend:
Removed from v.32  
changed lines
  Added in v.33

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26