The Original CHomP Software
mw_none.h
Go to the documentation of this file.
1
3
15
16// Copyright (C) 1997-2020 by Pawel Pilarczyk.
17//
18// This file is part of my research software package. This is free software:
19// you can redistribute it and/or modify it under the terms of the GNU
20// General Public License as published by the Free Software Foundation,
21// either version 3 of the License, or (at your option) any later version.
22//
23// This software is distributed in the hope that it will be useful,
24// but WITHOUT ANY WARRANTY; without even the implied warranty of
25// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26// GNU General Public License for more details.
27//
28// You should have received a copy of the GNU General Public License
29// along with this software; see the file "license.txt". If not,
30// please, see <https://www.gnu.org/licenses/>.
31
32// Started on August 10, 2004. Last revision: November 29, 2007.
33
34
35#ifndef _CHOMP_MULTIWORK_MW_NONE_H_
36#define _CHOMP_MULTIWORK_MW_NONE_H_
37
40
41namespace chomp {
42namespace multiwork {
43
44
45} // namespace multiwork
46} // namespace chomp
47
48#endif // _CHOMP_MULTIWORK_MW_NONE_H_
49
51
This file contains the basic configuration of the MultiWork module, mainly as a definition of a serie...
This file contains the definition of some low-level functions for the TCP/IP streams communication an...
This namespace contains the entire CHomP library interface.
Definition: bitmaps.h:51