Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaParamsLC::PiaParamsLC Constructor (int, LawChangeArray&)

Initializes arrays without a specified starting year.

C++
PiaParamsLC(
    int newMaxyear, 
    const LawChangeArray& newLawChange
);
Parameters 
Description 
int newMaxyear 
Maximum projected year. 
const LawChangeArray& newLawChange 
Law change parameters. 

This version without a specified starting year uses BaseYearNonFile::YEAR, and constructs an AwbiDataNonFile using that year.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!