source: git/libfac/factor/version.cc @ 18500b

spielwiese
Last change on this file since 18500b was 18500b, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: moved libfac back
  • Property mode set to 100644
File size: 478 bytes
Line 
1///////////////////////////////////////////////////////////////////////////////
2// emacs edit mode for this file is -*- C++ -*-
3///////////////////////////////////////////////////////////////////////////////
4
5/*
6#include "version.h"
7
8const char * libfac_name = "Factorization and characteristic sets library";
9const char * libfac_version = LIBFAC_VERSION;
10const char * libfac_date = LIBFAC_DATE;
11const char * libfac_author = "M. Messollen";
12*/
13
14int    libfac_interruptflag = 0;
Note: See TracBrowser for help on using the repository browser.