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

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

Revision 1.14, Fri Jul 29 07:44:53 2005 UTC (18 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.13: +2 -1 lines

The function ord is executed in contrib-setord.rr.
This function should be executed before loading other files.

/*$OpenXM: OpenXM/rc/asirrc,v 1.14 2005/07/29 07:44:53 takayama Exp $*/
load("contrib-setord.rr")$
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) {
   if (!ctrl("quiet_mode")) print("Loading ~/.asirrc")$
   load(User_asirrc)$
}else{ }$
end$