X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Farchive.h;h=af7bbc27721666d1811566b4731c236025354da7;hp=aa983f170dcc00f25eda4c5843329ad8c85c51d8;hb=f79727f9acf4f78ff71cbe324c333c234c211cb5;hpb=3db194853d3dd2719231b83e4956cf6bcbe53627 diff --git a/ginac/archive.h b/ginac/archive.h index aa983f17..af7bbc27 100644 --- a/ginac/archive.h +++ b/ginac/archive.h @@ -3,7 +3,7 @@ * Archiving of GiNaC expressions. */ /* - * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __GINAC_ARCHIVE_H__ @@ -66,7 +66,7 @@ public: property_info() {} property_info(property_type t, const std::string &n, unsigned c = 1) : type(t), name(n), count(c) {} - property_type type; /**< Data type of property. */ + property_type type; /**< Data type of property. */ std::string name; /**< Name of property. */ unsigned count; /**< Number of occurrences. */ }; @@ -131,7 +131,7 @@ private: property_type type; /**< Data type of property. */ archive_atom name; /**< Name of property. */ - unsigned value; /**< Stored value. */ + unsigned value; /**< Stored value. */ }; /** Reference to the archive to which this node belongs. */ @@ -217,8 +217,8 @@ private: archived_ex() {} archived_ex(archive_atom n, archive_node_id node) : name(n), root(node) {} - archive_atom name; /**< Name of expression. */ - archive_node_id root; /**< ID of root node. */ + archive_atom name; /**< Name of expression. */ + archive_node_id root; /**< ID of root node. */ }; /** Vector of archived expression descriptors. */