Messages
- To: mathgroup at yoda.physics.unc.edu
- Subject: Messages
- From: rar at mail.physics.utah.edu (Rudolf A. Roemer)
- Date: Sat, 1 Jan 1994 16:12:11 -0700
Dear MMAgroup:
I am currently working on a small package for iteration of Bethe-Ansatz
systems. During one of my routines, I occasionally do things like
Transpose[{}]
and promptly get the warning
Transpose::nmtx:
The first two levels of the one dimensional list {}
cannot be transposed.
I now want to switch off that particular message since it is irrelevant and
I would have to do some time-comsuming If[,,]-checks to prevent it.
However,
I would like to turn it off INSIDE the `private` context of my package only.
So, where do I have to place the
Off[Transpose::nmtx],
that is, before or after the Begin[`private`]?
-Thanx, Rudo
###########################################################################
# Rudolf A. Roemer (RAR) Room: 306 James Fletcher Building #
# Department of Physics Email: rar at mail.physics.utah.edu #
# University of Utah FAX: USA (801) 581 4801 #
# Salt Lake City, Utah 84112 Phone: USA (801) 581 6424 #
# USA USA (801) 461 4450 (home) #
###########################################################################