Browse Source

typo

pre-master-46
Holger Vogt 2 years ago
parent
commit
9a50f8b749
  1. 2
      src/include/ngspice/sharedspice.h

2
src/include/ngspice/sharedspice.h

@ -86,7 +86,7 @@ named by the string in the argument.
int ngSpice_LockRealloc(void) int ngSpice_LockRealloc(void)
int ngSpice_UnlockRealloc(void) int ngSpice_UnlockRealloc(void)
Locking and unlocking the realloc of output vectors during simulation. May be set Locking and unlocking the realloc of output vectors during simulation. May be set
during reading output vectors in the primaty thread, while the simulation in the
during reading output vectors in the primary thread, while the simulation in the
background thread is moving on. background thread is moving on.
** **

Loading…
Cancel
Save