Skip to content
Snippets Groups Projects
Commit 7074a720 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

COMP: remove : from constructor definition

parent 76580390
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ public:
}
/** Constructor */
ReciprocalPauliDecompFunctor() : {}
ReciprocalPauliDecompFunctor() {}
/** Destructor */
virtual ~ReciprocalPauliDecompFunctor() {}
......
......@@ -98,7 +98,7 @@ public:
}
/** Constructor */
SinclairToReciprocalCircularCovarianceMatrixFunctor() : {}
SinclairToReciprocalCircularCovarianceMatrixFunctor() {}
/** Destructor */
virtual ~SinclairToReciprocalCircularCovarianceMatrixFunctor() {}
......
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