Skip to content

Commit 2aee444

Browse files
MSallermannPuerling
authored andcommitted
C-API: removed duplicate words in log message
Parameters_LLG_Set_Spin_Current was logging "using the using the ..."
1 parent 94b5660 commit 2aee444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/Spirit/Parameters_LLG.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ try
329329
case( Data::SC_Model::MONOLAYER ):
330330
{
331331
Log( Utility::Log_Level::Parameter, Utility::Log_Sender::API,
332-
"Spin Current: using the using the spin-transfer torque model (pinned monolayer approximation)",
333-
idx_image, idx_chain );
332+
"Spin Current: using the spin-transfer torque model (pinned monolayer approximation)", idx_image,
333+
idx_chain );
334334
break;
335335
}
336336
}

0 commit comments

Comments
 (0)