Changeset 2187 in Sophya for trunk/ArchTOIPipe/Kernel/toi.cc
- Timestamp:
- Sep 9, 2002, 5:33:16 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toi.cc
r1762 r2187 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toi.cc,v 1.1 1 2001-11-13 16:22:47aubourg Exp $5 // $Id: toi.cc,v 1.12 2002-09-09 15:33:14 aubourg Exp $ 6 6 7 7 #include "toiprocessor.h" … … 76 76 } 77 77 78 79 // ajout vf 31/07/2002 80 bool TOI::checkSampleLimits(long& Min, long& Max, int pass) 81 { 82 // propagation de la sortie du TOI vers son entree pour test des limites 83 return producer->checkSampleLimits(Min, Max, pass); 84 } 85 86 87 // fin ajout vf 88 89 90 91 92 93 94 95 78 96 /* 79 97 RZCMV ----- l'interface va etre modifiee, NE PAS UTILISER … … 216 234 217 235 236 237 238 239 240 241 242 243 244 245 246 247 248
Note:
See TracChangeset
for help on using the changeset viewer.