mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 11:15:09 +02:00
Rework of let command. Added support for slices as described in feature #69 and fixed several crashes and issues described in bugs #443, #444, #446, #447, and #448.
This commit is contained in:
@@ -75,7 +75,7 @@ struct dveclist {
|
||||
bool f_own_vector;
|
||||
};
|
||||
|
||||
struct dvec *dvec_alloc(const char *name,
|
||||
struct dvec *dvec_alloc(/* NOT CONST -- assigned to const */ char *name,
|
||||
int type, short flags, int length, void *storage);
|
||||
void dvec_realloc(struct dvec *v, int length, void *storage);
|
||||
void dvec_extend(struct dvec *v, int length);
|
||||
|
||||
Reference in New Issue
Block a user