diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-02-08 10:34:46 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-02-08 14:39:03 +0100 |
commit | b0d9810a4caffef1c85cbdb30430591d99936345 (patch) | |
tree | d11cfad66ea68f1fd597fa4af3d3010a585b9d6e /include/astra/Float32Data3D.h | |
parent | d8d19ff3668151b43e1414e755a74c987555b4ff (diff) | |
download | astra-b0d9810a4caffef1c85cbdb30430591d99936345.tar.gz astra-b0d9810a4caffef1c85cbdb30430591d99936345.tar.bz2 astra-b0d9810a4caffef1c85cbdb30430591d99936345.tar.xz astra-b0d9810a4caffef1c85cbdb30430591d99936345.zip |
Update comments
Diffstat (limited to 'include/astra/Float32Data3D.h')
-rw-r--r-- | include/astra/Float32Data3D.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/Float32Data3D.h b/include/astra/Float32Data3D.h index aca82ab..226689e 100644 --- a/include/astra/Float32Data3D.h +++ b/include/astra/Float32Data3D.h @@ -37,7 +37,7 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. namespace astra { /** - * This class represents a three-dimensional block of float32ing point data. + * This class represents a 3-dimensional block of 32-bit floating point data. */ class _AstraExport CFloat32Data3D : public CFloat32Data { |