Changeset 4449fba in git


Ignore:
Timestamp:
Feb 6, 2002, 3:06:22 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
e6778d0e3e6228a7658aba8afa9077c6e10ced64
Parents:
3952ffb760b49db8a72dbf0ba212274cd56df948
Message:
*hannes: enable locNF


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r3952ffb r4449fba  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.174 2002-01-20 11:44:47 Singular Exp $ */
     4/* $Id: extra.cc,v 1.175 2002-02-06 14:06:22 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    653653
    654654#include "mod_raw.h"
    655    
     655
    656656static BOOLEAN jjEXTENDED_SYSTEM(leftv res, leftv h)
    657657{
     
    663663    if(strcmp(sys_cmd,"locNF")==0)
    664664    {
    665 #if 0
    666665      if (h != NULL && h->Typ() == VECTOR_CMD)
    667666      {
     
    756755      }
    757756      return FALSE;
    758 #endif
    759757    }
    760758    else
Note: See TracChangeset for help on using the changeset viewer.