Changeset 1905 in Sophya for trunk/SophyaPI/PIext/pigfd2.cc
- Timestamp:
- Feb 18, 2002, 11:41:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pigfd2.cc
r440 r1905 73 73 74 74 // On plotte les barre d'erreurs ligne demandee explicitement 75 if( mLAtt!=PI_NotDefLineAtt) SelectErrBar(true,true,true);75 if(GetGraphicAtt().GetLineAtt()!=PI_NotDefLineAtt) SelectErrBar(true,true,true); 76 76 77 77 #if defined(CC_HAS_RTTI_SUPPORT) … … 81 81 #endif 82 82 83 if ( mLAtt== PI_NotDefLineAtt) g3->SelLine(PI_ThinLine);83 if (GetGraphicAtt().GetLineAtt() == PI_NotDefLineAtt) g3->SelLine(PI_ThinLine); 84 84 85 85 double xp,yp,zp,er;
Note:
See TracChangeset
for help on using the changeset viewer.