Skip to content
Snippets Groups Projects
Commit 281433e8 authored by zhang's avatar zhang
Browse files

29-06-2011

Add comments
parent 6a24cacb
Branches
Tags
No related merge requests found
...@@ -174,7 +174,11 @@ void putmat(ss_vect<tps> &map, const int i, const int j, const double r) ...@@ -174,7 +174,11 @@ void putmat(ss_vect<tps> &map, const int i, const int j, const double r)
map[i-1].ltps[j] = r; map[i-1].ltps[j] = r;
} }
/*
Purpose:
Copy the nv*nv components of the matrix map to matrix mat
*/
void getlinmat(const int nv, const ss_vect<tps> &map, Matrix &mat) void getlinmat(const int nv, const ss_vect<tps> &map, Matrix &mat)
{ {
int j, k; int j, k;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment