|
[Date Index]
[Thread Index]
[Author Index]
Re: Contexts and Naming of Things
- To: mathgroup at smc.vnet.net
- Subject: [mg25733] Re: Contexts and Naming of Things
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 21 Oct 2000 14:42:46 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <8smd2e$lav@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
the "bar" that you use in you package is HSSV`cavity`Private`bar
the bar in the forntend is Global`bar -- it can't be the same.
You may use
BeginPackage["HSSV`cavity`"]
bar::usage ="trallala"
foo::usage = "now is the time..."
Prev by Date:
Calculate coordinates from spline
Next by Date:
Re: Contexts and Naming of Things
Previous by thread:
Re: Contexts and Naming of Things
Next by thread:
RE: Contexts and Naming of Things
|