rokzitko / nrgljubljana

NRG Ljubljana is a numerical renormalization group implementation for solving quantum impurity problems in theoretical physics
GNU General Public License v3.0
31 stars 8 forks source link

a small bug in tdavg #5

Closed archion closed 3 years ago

archion commented 3 years ago

don't have any c++ coding experience but I think https://github.com/rokzitko/nrgljubljana/blob/59d30dcfb30f52aa37becc7f5b3628513ab5c4a7/tools/tdavg/tdavg.cc#L93 should be like

    ref_name = string(argv[optind+1]); // Reference filename
rokzitko commented 3 years ago

Yes, absolutely, you are right. Thank you! I'll fix it.