blob: 4dae7c727b41de3a6fc94f07b97c43e22801a491 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// ====================================================================
// intersci module initialisation file
// Copyright INRIA 2006
// ====================================================================
//Load functions librarie
//load('SCI/modules/intersci/macros/lib');
// ====================================================================
//add help chapter
add_module_help_chapter('intersci');
// ====================================================================
|