diff options
Diffstat (limited to 'stp/constantbv/constantbv.cpp')
-rw-r--r-- | stp/constantbv/constantbv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stp/constantbv/constantbv.cpp b/stp/constantbv/constantbv.cpp index 65698981..e01fa0ac 100644 --- a/stp/constantbv/constantbv.cpp +++ b/stp/constantbv/constantbv.cpp @@ -3568,4 +3568,4 @@ void Matrix_Transpose(unsigned int * X, unsigned int rowsX, unsigned int colsX, } } } -}; //end of namespace CONSTANTBV +} //end of namespace CONSTANTBV |