Make a sentence understandable and translatable.

Fix a minor compil warning
This commit is contained in:
jean-pierre charras 2022-10-07 10:11:02 +02:00
parent d44a52ceee
commit 01a1d148e6
2 changed files with 5 additions and 2 deletions

View File

@ -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 ) );
}

View File

@ -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
{