Skip to content

Commit 6ad4fe3

Browse files
committed
Some minor cleaning up.
1 parent 8925f71 commit 6ad4fe3

File tree

5 files changed

+0
-2979
lines changed

5 files changed

+0
-2979
lines changed

.codespellexclude

-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@
1515
return pFunc()->mErrors.size();
1616
identity and expression, level of experience, education, socio-economic status,
1717
"W3C MathML DTD error: Element apply content does not follow the DTD, expecting (csymbol | ci | cn | apply | reln | lambda | condition | declare | sep | semantics | annotation | annotation-xml | integers | reals | rationals | naturalnumbers | complexes | primes | exponentiale | imaginaryi | notanumber | true | false | emptyset | pi | eulergamma | infinity | interval | list | matrix | matrixrow | set | vector | piecewise | lowlimit | uplimit | bvar | degree | logbase | momentabout | domainofapplication | inverse | ident | domain | codomain | image | abs | conjugate | exp | factorial | arg | real | imaginary | floor | ceiling | not | ln | sin | cos | tan | sec | csc | cot | sinh | cosh | tanh | sech | csch | coth | arcsin | arccos | arctan | arccosh | arccot | arccoth | arccsc | arccsch | arcsec | arcsech | arcsinh | arctanh | determinant | transpose | card | quotient | divide | power | rem | implies | vectorproduct | scalarproduct | outerproduct | setdiff | fn | compose | plus | times | max | min | gcd | lcm | and | or | xor | union | intersect | cartesianproduct | mean | sdev | variance | median | mode | selector | root | minus | log | int | diff | partialdiff | divergence | grad | curl | laplacian | sum | product | limit | moment | exists | forall | neq | factorof | in | notin | notsubset | notprsubset | tendsto | eq | leq | lt | geq | gt | equivalent | approx | subset | prsubset | mi | mn | mo | mtext | ms | mspace | mrow | mfrac | msqrt | mroot | menclose | mstyle | merror | mpadded | mphantom | mfenced | msub | msup | msubsup | munder | mover | munderover | mmultiscripts | mtable | mtr | mlabeledtr | mtd | maligngroup | malignmark | maction)*, got (CDATA bvar ).",
18-
%#define array_numdims(a) (((PyArrayObject*)a)->nd)
19-
int nd = array_numdims(ary);
20-
for (i=0; i < nd; ++i)
21-
for (i=1; i < nd; ++i)

src/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ set(DEBUG_HEADER_FILES
227227

228228
add_library(cellml_debug_utilities STATIC ${DEBUG_SOURCE_FILES} ${DEBUG_HEADER_FILES})
229229

230-
apply_libxml2_settings(cellml_debug_utilities)
231-
232230
target_compile_features(cellml_debug_utilities PUBLIC cxx_std_17)
233231

234232
target_include_directories(cellml_debug_utilities

src/bindings/interface/interpreter.i

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
%import "analysermodel.i"
1111
%import "createconstructor.i"
12-
%import "numpy.i"
1312

1413
%feature("docstring") libcellml::Interpreter
1514
"Creates a :class:`Interpreter` object.";

0 commit comments

Comments
 (0)