You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
286 B

#ifndef ngspice_COM_MEASURE2_H
#define ngspice_COM_MEASURE2_H
extern int measure_get_precision(void);
extern int get_measure2(wordlist *wl, double *result, char *out_line, bool auto_check);
extern int measure_extract_variables(char *line);
void com_dotmeasure(wordlist *wl);
#endif