Comparing trunk/OOPSE/libmdtools/SimState.cpp (file contents):
Revision 829 by gezelter, Tue Oct 28 16:03:37 2003 UTC vs.
Revision 1167 by tim, Wed May 12 16:38:45 2004 UTC
107 |
|
mu = NULL; |
108 |
|
ul = NULL; |
109 |
|
|
110 |
+ |
|
111 |
|
arraysAllocated = false; |
112 |
|
nElements = 0; |
113 |
|
} |
119 |
|
double** the_trq, |
120 |
|
double** the_Amat, |
121 |
|
double** the_mu, |
122 |
< |
double** the_ul ){ |
122 |
> |
double** the_ul){ |
123 |
|
int index3, index9; |
124 |
|
|
125 |
|
if( arraysAllocated ){ |
Diff Legend
– |
Removed lines |
+ |
Added lines |
< |
Changed lines |
> |
Changed lines |