Changeset a116ad in git for factory/test_install.cc


Ignore:
Timestamp:
Oct 23, 1997, 3:21:55 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4a829c69e158c7592f09e5ef30649d089e42b109
Parents:
7b68de9dfe7cab5d9c18611eeebcf3a9ad846e39
Message:
	* test_install.cc (main): prints factoryConfiguration


git-svn-id: file:///usr/local/Singular/svn/trunk@839 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/test_install.cc

    r7b68de9 ra116ad  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: test_install.cc,v 1.1 1997-10-21 11:24:44 schmidt Exp $ */
     2/* $Id: test_install.cc,v 1.2 1997-10-23 13:21:55 schmidt Exp $ */
    33
    44//{{{ docu
     
    1616    setCharacteristic( 2, 3, 'Z' );
    1717    cout << factoryVersion << endl;
     18    cout << factoryConfiguration << endl;
    1819    cout << "Factory lives!!" << endl;
    1920    return 0;
Note: See TracChangeset for help on using the changeset viewer.