File: pretumordeath.cc

package info (click to toggle)
simrisc 16.06.00-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,568 kB
  • sloc: cpp: 6,889; fortran: 669; makefile: 112; ansic: 112; sh: 107
file content (14 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// //#define XERR
// #include "loop.ih"
// 
// // Woman dies because of natural cause before screening and
// // does not have tumor or dies before self-detecting the tumor
// 
// void Loop::preTumorDeath()
// {
//     setStatus(NATURAL_PRE, d_naturalDeathAge);
//                                                 // would have developed a
//     if (d_tumor.selfDetectable())               // tumor. Compute the tumor's
//         d_tumor.characteristicsAt(d_deathAge);  // characteristics
// }
//