Commit 175fa442 authored by Leon Pyka's avatar Leon Pyka
Browse files

tested: strength calc works for multiple seeds

parent f81a9455
Loading
Loading
Loading
Loading
(73.1 KiB)

File changed.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
@@ -338,10 +338,10 @@ int main(int argc, char **argv)
    get_from_command_line<>(argc,argv,"Nx",Nx);
    std::cout << "Nx=" << Nx << std::endl;
    IVstorage ivs;
    ivs.import_iv_from_ivcat_to_storage("iv_seed1000_0.txt");
    ivs.import_iv_from_ivcat_to_storage("ivcat.txt");
    //ivs.import_iv_from_ivcat_to_storage("ivcat_steps9");
    
    ToughnessCounter ac(ivs, Nx);
    ac.accumulate_strength();
    ac.export_strength("strength_check");
    ac.export_strength("strength");
}
+1086 −0

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
3.48654 0
21.4259 0
2.46516 0.593961
14.8876 3.77324

strength_check

0 → 100644
+2 −0
Original line number Diff line number Diff line
2.46516 0.593961
14.8876 3.77324