From 281433e8c80c9538bdead50813d32c7af9874cd8 Mon Sep 17 00:00:00 2001
From: zhang <zhang@9a6e40ed-f3a0-4838-9b4a-bf418f78e88d>
Date: Wed, 29 Jun 2011 09:37:12 +0000
Subject: [PATCH] 29-06-2011

Add comments
---
 tracy/tracy/src/tpsa_lin.cc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tracy/tracy/src/tpsa_lin.cc b/tracy/tracy/src/tpsa_lin.cc
index d868258..383f1f9 100644
--- a/tracy/tracy/src/tpsa_lin.cc
+++ b/tracy/tracy/src/tpsa_lin.cc
@@ -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;
 }
 
-
+/*
+  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)
 {
   int  j, k;
-- 
GitLab