21 lines
438 B
Mathematica
21 lines
438 B
Mathematica
(* ::Package:: *)
|
|
|
|
(* ::Text:: *)
|
|
(*Copyright Contributors to the OpenVDB Project*)
|
|
(*SPDX-License-Identifier: Apache-2.0*)
|
|
|
|
|
|
(* ::Text:: *)
|
|
(*This is a traditional package that uses BeginPackage instead of Package.*)
|
|
(*It loads LTemplate into the correct context.*)
|
|
|
|
|
|
BeginPackage["OpenVDBLink`"]
|
|
|
|
|
|
Get["OpenVDBLink`LTemplate`LTemplatePrivate`"];
|
|
ConfigureLTemplate["MessageSymbol" -> OpenVDBLink, "LazyLoading" -> False]
|
|
|
|
|
|
EndPackage[]
|