# #-- Maple script to initialise GRTensorII -- # # Copy the following script into the file .mapleinit in your home directory. # # Replace # and # with appropriate values for your system. # # You should then be able to initialise GRTensor using the command # > grtw (); # from the Maple prompt. # grtw := proc () global libname, grOptionMetricPath, grOptionqloadPath: libname := "/Users/***/Documents/grii/lib/", libname: readlib (grii): grtensor(): grOptionqloadPath := "/Users/***/Documents/grii/metrics/": end: