diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2017-08-04 16:48:41 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2017-08-04 16:48:41 +0100 |
commit | 354104d30dff4373e42fb8eb35ac9fcd02e197a0 (patch) | |
tree | ed263f99b44ebca8efafcf9f8ed11b10441644ba | |
parent | 9974b5a4bf88ac3e7929d7c33a911c90fcfcff29 (diff) | |
download | regularization-354104d30dff4373e42fb8eb35ac9fcd02e197a0.tar.gz regularization-354104d30dff4373e42fb8eb35ac9fcd02e197a0.tar.bz2 regularization-354104d30dff4373e42fb8eb35ac9fcd02e197a0.tar.xz regularization-354104d30dff4373e42fb8eb35ac9fcd02e197a0.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 24ee210..e5748dc 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"
|