codac 1.5.6
Loading...
Searching...
No Matches
codac_DomainsSizeException.h
Go to the documentation of this file.
1
12#ifndef __CODAC_DOMAINSSIZEEXCEPTION_H__
13#define __CODAC_DOMAINSSIZEEXCEPTION_H__
14
15#include <vector>
16#include <string>
17#include "codac_Exception.h"
18#include "codac_Domain.h"
19
20namespace codac
21{
28 {
29 public:
30
36 DomainsSizeException(const std::string& ctc_name);
37 };
38}
39
40#endif
Exception raised if the size (dimension) of domains are not consistent together, and with the contrac...
Definition codac_DomainsSizeException.h:28
DomainsSizeException(const std::string &ctc_name)
Creates a DomainsSizeException
Root class of all exceptions raised by Codac.
Definition codac_Exception.h:37
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9