diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2017-08-04 16:48:41 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2017-10-11 15:38:09 +0100 |
commit | 927e1caa9b1d0df9f4f2eb95170f6bd8be657656 (patch) | |
tree | 068fc848d90c8124dfa88b765d79126cb129278c | |
parent | 662ab4ac9c3d89cdc1527c2a2bdcf442f3b6a173 (diff) | |
download | regularization-927e1caa9b1d0df9f4f2eb95170f6bd8be657656.tar.gz regularization-927e1caa9b1d0df9f4f2eb95170f6bd8be657656.tar.bz2 regularization-927e1caa9b1d0df9f4f2eb95170f6bd8be657656.tar.xz regularization-927e1caa9b1d0df9f4f2eb95170f6bd8be657656.zip |
typo and include matrix.h
-rw-r--r-- | main_func/regularizers_CPU/PatchBased_Regul.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main_func/regularizers_CPU/PatchBased_Regul.c b/main_func/regularizers_CPU/PatchBased_Regul.c index 59eb3b3..9c925df 100644 --- a/main_func/regularizers_CPU/PatchBased_Regul.c +++ b/main_func/regularizers_CPU/PatchBased_Regul.c @@ -3,7 +3,7 @@ This work is part of the Core Imaging Library developed by Visual Analytics and Imaging System Group of the Science Technology
Facilities Council, STFC
-Copyright 2017 Daniil Kazanteev
+Copyright 2017 Daniil Kazantsev
Copyright 2017 Srikanth Nagella, Edoardo Pasca
Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,6 +18,7 @@ limitations under the License. */
#include "mex.h"
+#include "matrix.h"
#include "PatchBased_Regul_core.h"
|