Skip to content

Conversation

@sgolodetz
Copy link
Owner

Notes

The diff markers were removed using the following script:

for f in `grep -i '//\*' -r * | cut -d':' -f1 | sort -u`
do
    perl -i -pe 's/\s*\/\/\*.*//g' $f
done

for f in `grep -i '/\* \*/' -r * | cut -d':' -f1 | sort -u`
do
    perl -i -pe 's/\s*\/\* \*\/.*//g' $f
done

for f in `grep -i '[^#]###[^#]' -r * | cut -d':' -f1 | grep 'CMakeLists' | sort -u`
do
    perl -i -pe 's/\s+###[ \t]*//g' $f
done

@ghost ghost assigned sgolodetz Jun 6, 2013
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may be possible to make the second parameter to this a boost::shared_ptr<const VolumeIPFT> if the object isn't modified by saving it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants