Commit Graph

6863 Commits

Author SHA1 Message Date
Jim Monte 84b5e6b671 #include sequence, error message 2020-04-25 19:25:15 +02:00
Jim Monte 983cb4896c fgets error 2020-04-25 19:24:07 +02:00
Jim Monte 07489872b1 EXITPOINT, memory leaks upon failure 2020-04-25 19:22:43 +02:00
Jim Monte 75f3c85b5c EXITPOINT to delete malloced var in case of check failure 2020-04-25 19:20:58 +02:00
Jim Monte 596a7de42d #include resource.h added, fcn parameter void 2020-04-25 19:19:19 +02:00
Jim Monte 93eeedd009 const qualifier, graph removed from SetColor, 2020-04-25 19:17:22 +02:00
Jim Monte fe1aea73bc type modifier, parameter graph removed from SetColor() 2020-04-25 19:14:31 +02:00
Holger Vogt 8fbd96ba1f typüe modifier 2020-04-25 19:12:35 +02:00
Jim Monte a2ba845992 error message 2020-04-25 19:11:14 +02:00
Jim Monte d8d9dddece modifier const, error message if 'system' fails 2020-04-25 19:09:30 +02:00
Holger Vogt e9b995bd34 formatting 2020-04-25 19:07:50 +02:00
Jim Monte 544b627cc3 Error message if printing fails 2020-04-25 19:06:48 +02:00
Holger Vogt 355ed5b5f0 formatting 2020-04-25 19:05:37 +02:00
Holger Vogt 2a8c28a5d8 Add EXITPOINTs, if reading inputs etc. fails 2020-04-25 18:54:22 +02:00
Holger Vogt 01e6e10652 Silence warning: ar: 'u' modifier ... 2020-04-25 18:52:45 +02:00
Holger Vogt 144f135c80 comment on parse tree evaluation 2020-04-25 18:46:35 +02:00
Holger Vogt 0f509ca90b if lt(a) comp mode is set, replace 'noiseless' by 'noisy=0' in resistors 2020-04-23 21:06:10 +02:00
Holger Vogt c2e450d32c updating for various OSs 2020-04-23 20:36:31 +02:00
Holger Vogt 6376b6f055 Update to consider various OSs 2020-04-23 18:45:14 +02:00
Holger Vogt 8d2ef9cd6a Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
branch beta_jdm by Jim Monte
2020-04-23 18:30:52 +02:00
Holger Vogt cef5bf45f0 Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
branch beta_jdm by Jim Monte
2020-04-23 17:56:10 +02:00
Holger Vogt aa68b4f3ff Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
branch beta_jdm by Jim Monte
2020-04-23 17:55:34 +02:00
Holger Vogt 73da8e1cf5 avoid type conversion warning size_t -> int 2020-04-23 15:47:14 +02:00
Holger Vogt f3bbb27d4c Spice_Notice is never NULL 2020-04-23 15:19:04 +02:00
Holger Vogt 64005e639f correct zeroing of allplots array 2020-04-23 15:07:24 +02:00
Holger Vogt 80296e8508 apply const qualifier appropriately 2020-04-23 14:16:49 +02:00
Holger Vogt 55b0542546 remove const declaration to make ASRCsetup compatible with .DEVsetup 2020-04-23 13:55:40 +02:00
Holger Vogt d23d11f797 Spice_Build_Date is never NULL 2020-04-23 13:36:39 +02:00
Holger Vogt 7050e5acf5 correct zeroing of allnodes array 2020-04-23 13:33:07 +02:00
Holger Vogt 7603b4eaef fix typo 2020-04-23 13:32:33 +02:00
Holger Vogt 6d815a4255 typo 2020-04-21 11:45:14 +02:00
Holger Vogt a1a09385a2 Remove '.backanno' if LT campatibility mode is set 2020-04-21 11:37:59 +02:00
Holger Vogt 8dfc36a35e cktislinear(): coupling of inductors is also linear 2020-04-21 09:08:56 +02:00
Holger Vogt f0bbdbce70 Guard XSPICE plot switching against circuit being removed already 2020-04-19 11:45:11 +02:00
Holger Vogt a0c5816575 don't forget to free jobs->statistics[i] 2020-04-18 16:53:00 +02:00
Holger Vogt 96100b28e4 free mor data in jobs struct. Avoid memory leak upon 'quit' command. 2020-04-18 16:18:24 +02:00
Holger Vogt 647384ea67 remove all data enlisted in the jobs structure 2020-04-18 14:33:23 +02:00
Holger Vogt 73a2a050d8 add function EVTswitch_plot() to switch the event data
according tothe (analog) plot. Called from plot_setcur()
in vetors.c, when command 'setplot xxx' is given.
2020-04-18 14:01:26 +02:00
Holger Vogt 237d294263 get the plot name into the event job 2020-04-18 11:17:41 +02:00
Holger Vogt 3c3eee4f3d Fixes bugs 476, 486: Reset code model init flag,
required when any run is called a second time.
2020-04-17 22:39:09 +02:00
Holger Vogt f14266b413 pow(a,b) function derivative: special case also for a=const
with enhnaced efficiency
introduce TRACE and TRACE1 for debugging
2020-04-16 12:07:05 +02:00
Holger Vogt 4b905c2d61 use internally predefined pow() function 2020-04-16 12:04:31 +02:00
Holger Vogt 499a55e392 define is no longer needed with recent VS 2019 2020-04-16 12:02:30 +02:00
Holger Vogt 4f3f77f451 guard against ft_curckt->ci_ckt == NULL 2020-04-13 17:04:43 +02:00
Holger Vogt 0b6bf69809 re-add the icon to the top header of the ngspice GUI 2020-04-13 15:38:52 +02:00
Holger Vogt 91da078e4f showmod will no longer crash ngspice if run after some error 2020-04-13 15:37:50 +02:00
Holger Vogt c4ee63a6fa add mfg to the .model tokens to be ignored during altermod 2020-04-13 11:45:10 +02:00
Holger Vogt 8ff478ae45 add a limit exp(arg) to the exp function. If arg is larger
than 14 (arbitrarily selected), continue with linear response.
2020-04-13 11:05:03 +02:00
Holger Vogt 22919ef0bf no double parens 2020-04-13 11:03:12 +02:00
Holger Vogt 92cbbe8049 add a warning if file with modified parameters has not been found.
Then ignore the altermod command.
2020-04-13 10:26:05 +02:00