Make a sentence understandable and translatable.
Fix a minor compil warning
This commit is contained in:
parent
d44a52ceee
commit
01a1d148e6
|
@ -81,7 +81,7 @@ SIM_MODEL::TYPE SPICE_MODEL_PARSER::ReadType( const SIM_LIBRARY_SPICE& aLibrary,
|
|||
if( !sourceModel )
|
||||
{
|
||||
THROW_IO_ERROR( wxString::Format(
|
||||
_( "Could not find model '%s' to copy for ako model '%s'" ),
|
||||
_( "Could not find model '%s' to copy for \"A Kind Of\" model '%s'" ),
|
||||
akoName,
|
||||
modelName ) );
|
||||
}
|
||||
|
@ -183,7 +183,7 @@ void SPICE_MODEL_PARSER::ReadModel( const SIM_LIBRARY_SPICE& aLibrary,
|
|||
if( !sourceModel )
|
||||
{
|
||||
THROW_IO_ERROR( wxString::Format(
|
||||
_( "Could not find model '%s' to copy for ako model '%s'" ),
|
||||
_( "Could not find model '%s' to copy for \"A Kind Of\" model '%s'" ),
|
||||
akoName,
|
||||
modelName ) );
|
||||
}
|
||||
|
|
|
@ -1492,7 +1492,10 @@ bool IbisParser::readMatrixSparse( std::string aKeyword, IBIS_MATRIX_SPARSE& aDe
|
|||
{
|
||||
if( readDouble( value ) )
|
||||
{
|
||||
#if 0
|
||||
// Currently not used
|
||||
int index = subindex + m_currentMatrixRow * aDest.m_dim + m_currentMatrixRow;
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue