Changeset 635 for abuse/trunk/src/particle.cpp
- Timestamp:
- May 11, 2011, 1:26:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/particle.cpp
r555 r635 72 72 exit(0); 73 73 } 74 int sp=current_space;75 current_space=PERM_SPACE;74 LSpace *sp = LSpace::Current; 75 LSpace::Current = &LSpace::Perm; 76 76 sym->SetNumber(total_pseqs); // set the symbol value to the object number 77 current_space=sp;77 LSpace::Current = sp; 78 78 pseqs=(part_sequence **)realloc(pseqs,sizeof(part_sequence *)*(total_pseqs+1)); 79 79
Note: See TracChangeset
for help on using the changeset viewer.