Commit c0d1dcd
Fix: add 'template' keyword for dependent eval_wfc_bloch call (deepmodeling#7827)
exciton_plotter.cpp calls orb_eval_.eval_wfc_bloch<T>() where orb_eval_ is a
dependent type, requiring the 'template' keyword under C++11 parsing rules.
Co-authored-by: dyzheng <zhengdy@bjaisi.com>1 parent fde7e06 commit c0d1dcd
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
| 627 | + | |
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| |||
0 commit comments