This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
epilectrik
/
pyNgSpice
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Fixes bug by patch 124 offered by kreijstal
pre-master-46
Holger Vogt
1 year ago
parent
08aff1ee17
commit
8d9988424b
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
src/ngsconvert.c
2
src/ngsconvert.c
View File
@ -94,7 +94,7 @@ inchar(FILE *fp)
}
}
return
(
int
)
c
;
return
(
int
)
c
;
#
el
if
#
el
se
return
getc
(
fp
)
;
return
getc
(
fp
)
;
#
endif
#
endif
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
epilectrik/pyNgSpice
Title
Body
Create Issue