[BACK]Return to asirrc CVS log [TXT][DIR] Up to [local] / OpenXM / rc

File: [local] / OpenXM / rc / asirrc (download)

Revision 1.11, Sun May 18 00:13:14 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.10: +1 -2 lines

Changing the structure of asir-contrib to use the new "modular" asir.
The module longname is obsolete and is excluded from the asir-contrib.

/*$OpenXM: OpenXM/rc/asirrc,v 1.11 2003/05/18 00:13:14 takayama Exp $*/
load("gr")$
load("primdec")$
load("katsura")$
load("bfct")$
load("names.rr")$
load("oxrfc103.rr")$
User_asirrc=which(getenv("HOME")+"/.asirrc")$
if (type(User_asirrc)!=0) {
   print("Loading ~/.asirrc")$
   load(User_asirrc)$
}$
end$