Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/read.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ int read_square(int N, int M, double** A, string filename);
int read_square(int N, double* A, string filename);
int read_square(vector<vector<double> > basis, double* Pao, string filename);
int read_rect(int N, int M, double* C, string filename);
bool read_MOI_from_file(int Mm, int M3, double** MOI, string filename, int prl);

bool check_PS();

Expand Down