archive.cpp (ginac-1.7.11.tar.bz2) | : | archive.cpp (ginac-1.8.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
* | * | |||
* You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | |||
* along with this program; if not, write to the Free Software | * along with this program; if not, write to the Free Software | |||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 U SA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 U SA | |||
*/ | */ | |||
#include "archive.h" | #include "archive.h" | |||
#include "registrar.h" | #include "registrar.h" | |||
#include "ex.h" | #include "ex.h" | |||
#include "lst.h" | #include "lst.h" | |||
#ifdef HAVE_CONFIG_H | ||||
#include "config.h" | ||||
#endif | ||||
#include "version.h" | #include "version.h" | |||
#include <iostream> | #include <iostream> | |||
#include <stdexcept> | #include <stdexcept> | |||
namespace GiNaC { | namespace GiNaC { | |||
void archive::archive_ex(const ex &e, const char *name) | void archive::archive_ex(const ex &e, const char *name) | |||
{ | { | |||
// Create root node (which recursively archives the whole expression tree ) | // Create root node (which recursively archives the whole expression tree ) | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 0 lines changed or added |