Skip to content

Commit 556e695

Browse files
committed
Added function header in read.h
1 parent 337034f commit 556e695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/read.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ int read_square(int N, int M, double** A, string filename);
8989
int read_square(int N, double* A, string filename);
9090
int read_square(vector<vector<double> > basis, double* Pao, string filename);
9191
int read_rect(int N, int M, double* C, string filename);
92+
bool read_MOI_from_file(int Mm, int M3, double** MOI, string filename, int prl);
9293

9394
bool check_PS();
9495

0 commit comments

Comments
 (0)