| 39 | | ARX P1 ( concat ( a1,r ), V0, -1 ); |
| 40 | | ARX P2 ( concat ( a2,r ), V0, -1 ); |
| 41 | | ARX PG ( all, V0g, -1 ); //or -1? |
| | 39 | ARX P1; P1.set_statistics(2, V0, -1 ); |
| | 40 | ARX P2; P2.set_statistics(2, V0, -1 ); |
| | 41 | ARX PG; PG.set_statistics(3, V0g, -1 ); //or -1? |
| 65 | | enorm<ldmat> g0 ( a1 ); g0.set_parameters ( "1 ",mat ( "1" ) ); |
| 66 | | egamma g1 ( r ); g1.set_parameters ( "2 ", "2" ); |
| 67 | | enorm<ldmat> g2 ( a2 ); g2.set_parameters ( "1 ",mat ( "1" ) ); |
| | 65 | enorm<ldmat> g0; g0.set_rv( a1 ); g0.set_parameters ( "1 ",mat ( "1" ) ); |
| | 66 | egamma g1; g1.set_rv ( r ); g1.set_parameters ( "2 ", "2" ); |
| | 67 | enorm<ldmat> g2; g2.set_rv ( a2 ); g2.set_parameters ( "1 ",mat ( "1" ) ); |