Skip to content

Commit 73965ea

Browse files
committed
fix bug in read_wfc_nao.h
1 parent 66445eb commit 73965ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/source_io/read_wfc_nao.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace ModuleIO
1414
* @param ifs The input file stream to read from.
1515
* @param data The variable to store the read data value.
1616
*/
17+
void read_wfc_nao_one_data(std::ifstream& ifs, float& data);
1718
void read_wfc_nao_one_data(std::ifstream& ifs, double& data);
1819

1920
/**
@@ -22,6 +23,7 @@ void read_wfc_nao_one_data(std::ifstream& ifs, double& data);
2223
* @param ifs The input file stream to read from.
2324
* @param data The variable to store the read complex data value.
2425
*/
26+
void read_wfc_nao_one_data(std::ifstream& ifs, std::complex<float>& data);
2527
void read_wfc_nao_one_data(std::ifstream& ifs, std::complex<double>& data);
2628

2729
/**

0 commit comments

Comments
 (0)