/[lmi]/lmi/calculate.hpp
ViewVC logotype

Diff of /lmi/calculate.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by chicares, Tue Jun 7 23:11:36 2005 UTC revision 1.12 by zeitlin, Sun Oct 30 19:06:57 2005 UTC
# Line 221  struct RunCensusDeprecated Line 221  struct RunCensusDeprecated
221    
222          timer.restart();          timer.restart();
223    
224          Ledger XXXComposite(e_ledger_type(e_ill_reg), 100, true);          // compilation workaround for g++ 3.3: passing e_ledger_type(e_ill_reg)
225            // directly to Ledger ctor results in an error (but the code compilers
226            // fine with g++ 3.4 and 4.0)
227            static const e_ledger_type ledgerType(e_ill_reg);
228            Ledger XXXComposite(ledgerType, 100, true);
229    
230          for          for
231              (std::vector<IllusInputParms>::iterator lives_it = lives.begin()              (std::vector<IllusInputParms>::iterator lives_it = lives.begin()

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26