source: molecuilder/tests/molecuilder.in@ 837c22

Last change on this file since 837c22 was e08f45, checked in by Frederik Heber <heber@…>, 17 years ago

Merge branch 'ConcaveHull' of ../espack2 into ConcaveHull

Conflicts:

molecuilder/src/boundary.cpp
molecuilder/src/boundary.hpp
molecuilder/src/builder.cpp
molecuilder/src/linkedcell.cpp
molecuilder/src/linkedcell.hpp
molecuilder/src/vector.cpp
molecuilder/src/vector.hpp
util/src/NanoCreator.c

Basically, this resulted from a lot of conversions two from spaces to one tab, which is my standard indentation. The mess was caused by eclipse auto-indenting. And in espack2:ConcaveHull was the new stuff, so all from ConcaveHull was replaced in case of doubt.
Additionally, vector had ofstream << operator instead ostream << ...

  • Property mode set to 100755
File size: 134 bytes
Line 
1#!/bin/sh
2#
3# wrapper for testing molecuilder
4
5. atconfig
6
7"${abs_top_builddir}/src/molecuilder" \
8 ${1+"$@"}
9status=$?
10
11exit $status
Note: See TracBrowser for help on using the repository browser.