Skip to content
Snippets Groups Projects
Commit d4b76a25 authored by Tim Behrens's avatar Tim Behrens
Browse files

*** empty log message ***

parent 99fbae81
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ int main ( int argc, char **argv ){
read_volume4D(phs,argv[2]);
volume4D<float> dyadic_vecs(ths.xsize(),ths.ysize(),ths.zsize(),3);
dyadic_vecs=0;
copybasicproperties(ths,dyadic_vecs);
SymmetricMatrix dyad(3);dyad=0;
ColumnVector dir(3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment