Changeset 1759

Show
Ignore:
Timestamp:
02/01/10 22:20:28 (2 years ago)
Author:
andreas
Message:

bugfix in rfactors.cc (more to come ..)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/qt_gui/src/ex/alg/lib/rfactors.cc

    r1647 r1759  
    307307  rlist_sym.AddProperty("symzstar"); 
    308308  for(ReflectionProxyter rp=rlist_sym.Begin();!rp.AtEnd();++rp) { 
    309     rp.Set("symh",static_cast<double>(rp.GetIndex().GetK())); 
     309    rp.Set("symh",static_cast<double>(rp.GetIndex().GetH())); 
    310310    rp.Set("symk",static_cast<double>(rp.GetIndex().GetK())); 
    311311    rp.Set("symzstar",static_cast<double>(rp.GetIndex().GetZStar()));