| # | Line 45 | Line 45 | class RadSimulManager { (public) | |
|---|---|---|
| 45 | bool AddHeader(const char *str); | |
| 46 | /// Append program line to header | |
| 47 | bool AddHeader(int ac, const char *av[]); | |
| 48 | < | /// Get header lines if any |
| 48 | > | /// Get header lines or empty string |
| 49 | const char * GetHeader() const { | |
| 50 | < | return header; |
| 50 | > | return hlen ? header : ""; |
| 51 | } | |
| 52 | /// How many cores are available? | |
| 53 | static int GetNCores(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |