| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2022-02-17 18:39:44 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2022-02-17 18:39:44 +0100 |
| commit | 2f9f45b74bf4287e50dfcf127431735c225252dd (patch) | |
| tree | 464331b75fdc0934922b597fc31c086d2fce8c97 /src/knowledge/knowledge_swt_tws_modifications.c | |
| parent | 08af514ba3fd9c1d4083c936b677ef74be0ad86b (diff) | |
Diffstat (limited to 'src/knowledge/knowledge_swt_tws_modifications.c')
| -rw-r--r-- | src/knowledge/knowledge_swt_tws_modifications.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/knowledge/knowledge_swt_tws_modifications.c b/src/knowledge/knowledge_swt_tws_modifications.c index cc8a938..dfb4705 100644 --- a/src/knowledge/knowledge_swt_tws_modifications.c +++ b/src/knowledge/knowledge_swt_tws_modifications.c @@ -10,7 +10,6 @@ static int add_target ( struct JH_knowledge_sequence_data sd [const restrict static 1], const JH_index target_id, - const JH_index s_index, const JH_index t_index, FILE io [const restrict static 1] ) @@ -208,7 +207,6 @@ int JH_knowledge_strengthen_swt ( &(k->words[word_id].swt.sequences_ref[s_index]), target_id, - s_index, t_index, io ) < 0 @@ -308,7 +306,6 @@ int JH_knowledge_strengthen_tws ( &(k->words[word_id].tws.sequences_ref[s_index]), target_id, - s_index, t_index, io ) < 0 |


