| 1 |
/** |
/* |
| 2 |
Copyright 2002 Cyril Picard |
Copyright 2002 Cyril Picard |
| 3 |
|
|
| 4 |
This file is part of the GEDCOMParser library |
This file is part of the GEDCOMParser library |
| 18 |
along with the GEDCOMParser library ; if not, write to the Free Software |
along with the GEDCOMParser library ; if not, write to the Free Software |
| 19 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 20 |
|
|
| 21 |
**/ |
*/ |
| 22 |
|
|
| 23 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
| 24 |
#include <config.h> |
#include <config.h> |
| 127 |
|
|
| 128 |
GEDCOMParser::LineageLinkageGedcom const * const lineage = viewparser.getLineageLinkageGedcom(); |
GEDCOMParser::LineageLinkageGedcom const * const lineage = viewparser.getLineageLinkageGedcom(); |
| 129 |
GEDCOMParser::IndividualRecords_t individus = lineage->getIndividualRecords(); |
GEDCOMParser::IndividualRecords_t individus = lineage->getIndividualRecords(); |
| 130 |
|
|
| 131 |
if (arguments.metrics == 1) |
if (arguments.metrics == 1) |
| 132 |
{ |
{ |
| 133 |
if (lineage != 0) |
if (lineage != 0) |