Skip to content
Snippets Groups Projects
Commit 4fb14230 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

comm

parent 50cb5cb9
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
expr.cpp: get_k, get_j should allow i dependence
<= needs major modif in node.cpp
history: RETURN not stored
== CLEANUP ==
......
......@@ -261,10 +261,7 @@ namespace NOlm {
namespace NOlm {
//! Store file f in online memory.
//! Argument k is used only when NOlm::overwrite is on;
//! it is either the file number of the file to be overwritten,
//! or -1 to forbid overwriting.
//! Store file f in online memory. If overwrite and k!=-1, overwrite file k.
void mem_store( POlo f, int k )
{
if( overwrite && k!=-1 ){
......
# test mfj
fm
20
5
fm
20
4
0,1 mfj
0,1 mfj=
df
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment