mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
textual replacement vt_types to cp_types, to complete the last change
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
2010-07-17 Robert Larice
|
||||
* src/frontend/variable.c ,
|
||||
* src/frontend/variable.h ,
|
||||
* src/frontend/vectors.c ,
|
||||
* src/frontend/plotting/graf.c :
|
||||
replace vt_types -> cp_types
|
||||
to complete the last change, lets rename the enum itself as well
|
||||
replacement was done mechanical, with
|
||||
perl -pi -e 's/vt_types/cp_types/g' $(git grep -le '\bvt_types' | grep -v ChangeLog)
|
||||
* src/include/cpextern.h :
|
||||
fix a comment, reflecting the VT_ -> CP_ change
|
||||
|
||||
2010-07-17 Robert Larice
|
||||
* src/* :
|
||||
textual replacement VT_* to CP_*
|
||||
|
||||
Reference in New Issue
Block a user