Changeset f75030 for molecuilder/src/helpers.hpp
- Timestamp:
- May 23, 2008, 9:17:19 AM (17 years ago)
- Children:
- 6145aa7
- Parents:
- 6c96f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/helpers.hpp
r6c96f4 rf75030 266 266 int i; 267 267 if (ptr != NULL) { 268 for(i= 0;i<dim;i++)268 for(i=dim;i--;) 269 269 if (ptr[i] != NULL) 270 270 free(ptr[i]);
Note:
See TracChangeset
for help on using the changeset viewer.